* src/ManagedWindow.py: add present() to force parent focus (#0000342)

svn: r7174
This commit is contained in:
Brian Matherly 2006-08-14 04:29:43 +00:00
parent 3c4056d89e
commit 83697ebedc
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2006-08-12 Brian Matherly <brian@gramps-project.org>
* src/ManagedWindow.py: add present() to force parent focus (#0000342)
2006-08-13 Don Allingham <don@gramps-project.org>
* src/Editors/_EditEventRef.py: add attribute list, remove cause
* src/Editors/_EditEvent.py: add attribute list, remove cause

View File

@ -376,6 +376,7 @@ class ManagedWindow:
"""
self.uistate.gwm.close_track(self.track)
self.opened = False
self.parent_window.present()
def present(self):
"""