* src/ViewManager.py (ViewManager.about): destroy About dialog
after running svn: r7570
This commit is contained in:
parent
6225faf92d
commit
0b11bd37b1
@ -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
|
||||
|
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user