2008-01-13 Gary Burton <gary.burton@zen.co.uk>

* src/ManagedWindow.py: Revert last change.



svn: r9798
This commit is contained in:
Gary Burton 2008-01-13 21:02:32 +00:00
parent 5373416192
commit 21aee67e79
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,6 @@
2008-01-13 Gary Burton <gary.burton@zen.co.uk>
* src/ManagedWindow.py: Revert last change.
2008-01-13 Jerome Rapinat <romjerome@yahoo.fr>
* gramps.spec.in: remove file
* FAQ: update file (wiki data) #1457

View File

@ -454,10 +454,9 @@ class ManagedWindow:
Takes care of closing children and removing itself from menu.
"""
if self.opened:
self.uistate.gwm.close_track(self.track)
self.opened = False
self.parent_window.present()
self.uistate.gwm.close_track(self.track)
self.opened = False
self.parent_window.present()
def present(self):
"""