* src/ViewManager.py (ViewManager.about): destroy About dialog

after running


svn: r7570
This commit is contained in:
Don Allingham 2006-11-07 00:29:31 +00:00
parent 6225faf92d
commit 0b11bd37b1
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
2006-11-06 Don Allingham <don@gramps-project.org>
* src/ViewManager.py (ViewManager.about): destroy About dialog
after running
* src/Editors/_EditPerson.py: Change Unknown Gender dialog to allow
the user to specify without going back to the main window
* src/plugins/RemoveUnused.py: cleanup

View File

@ -580,6 +580,7 @@ class ViewManager:
about.set_logo(gtk.gdk.pixbuf_new_from_file(const.splash))
about.show()
about.run()
about.destroy()
def sidebar_toggle(self, obj):
if obj.get_active():