* 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

@ -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():