Removed error-prone ColumnList::Serialize (and old one is now SerializeSettings to avoid confusion)

git-svn-id: svn://ultimatepp.org/upp/trunk@1111 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-04-28 12:17:23 +00:00
parent f040ae5639
commit 84e92191bf
5 changed files with 9 additions and 9 deletions

View file

@ -1211,7 +1211,7 @@ void FileSel::Serialize(Stream& s) {
}
if(version >= 2) {
SerializePlacement(s);
s % list;
list.SerializeSettings(s);
}
if(version >= 3) {
s % lastsby;