svn: r2892
This commit is contained in:
Alex Roitman
2004-02-22 05:37:36 +00:00
parent 0bf9c255c7
commit 2ff3704314
10 changed files with 22 additions and 1 deletions

View File

@ -129,6 +129,7 @@ class EditSource:
def on_delete_event(self,obj,b):
self.close_child_windows()
self.remove_itself_from_menu()
self.parent.child_windows.remove(self)
def on_help_clicked(self,obj):
"""Display the relevant portion of GRAMPS manual"""
@ -138,6 +139,7 @@ class EditSource:
self.gallery.close(self.gallery_ok)
self.close_child_windows()
self.remove_itself_from_menu()
self.parent.child_windows.remove(self)
self.top.destroy()
def close_child_windows(self):