Hide about dialog, don't kill it

This commit is contained in:
R. Tyler Ballance 2009-11-17 20:55:22 -08:00
parent 1865caf6cd
commit a232dc04e3
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Tweep(object):
dialog = self.widget_tree.get_widget('TweepyAboutDialog')
if dialog:
dialog.run()
dialog.destroy()
dialog.hide()
@decorators.accessor
def statusbar():