Further refactoring of window size saving

svn: r11921
This commit is contained in:
Gary Burton
2009-02-08 14:37:57 +00:00
parent a0caaf5fe2
commit de81611f5b
5 changed files with 3 additions and 3 deletions

View File

@@ -202,5 +202,4 @@ class EditReference(ManagedWindow.ManagedWindow):
def close(self,*obj):
for key in self.signal_keys:
self.db.disconnect(key)
self._save_size()
ManagedWindow.ManagedWindow.close(self)