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>
|
2008-01-13 Jerome Rapinat <romjerome@yahoo.fr>
|
||||||
* gramps.spec.in: remove file
|
* gramps.spec.in: remove file
|
||||||
* FAQ: update file (wiki data) #1457
|
* FAQ: update file (wiki data) #1457
|
||||||
|
@ -454,7 +454,6 @@ class ManagedWindow:
|
|||||||
|
|
||||||
Takes care of closing children and removing itself from menu.
|
Takes care of closing children and removing itself from menu.
|
||||||
"""
|
"""
|
||||||
if self.opened:
|
|
||||||
self.uistate.gwm.close_track(self.track)
|
self.uistate.gwm.close_track(self.track)
|
||||||
self.opened = False
|
self.opened = False
|
||||||
self.parent_window.present()
|
self.parent_window.present()
|
||||||
|
Loading…
Reference in New Issue
Block a user