mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
*ide: Another Config fix
git-svn-id: svn://ultimatepp.org/upp/trunk@4515 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c2e74c43f4
commit
f24f35388f
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue