2008-01-13 Gary Burton <gary.burton@zen.co.uk>
* src/ManagedWindow.py: Revert last change. svn: r9798
This commit is contained in:
parent
5373416192
commit
21aee67e79
@ -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
|
||||
|
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user