*ide: Another Config fix

git-svn-id: svn://ultimatepp.org/upp/trunk@4515 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-02-02 13:50:08 +00:00
parent c2e74c43f4
commit f24f35388f

View file

@ -137,10 +137,10 @@ void Ide::Serialize(Stream& s) {
s % header_guards;
s % insert_include;
String varsname = GetVarsName();
s % varsname;
s % varsname; // What is the point of this?!
s % pocfg;
if(s.IsLoading())
LoadVars(varsname);
// if(s.IsLoading())
// LoadVars(varsname);
SerializeGlobalConfigs(s);
doc.Serialize(s);
s % right_split;