Browse Source

Interface appears again

master
Julio Biason 15 years ago
parent
commit
65966d5e0e
  1. 5
      mitterlib/ui/ui_pygtk.py

5
mitterlib/ui/ui_pygtk.py

@ -1292,8 +1292,11 @@ class Interface(object):
self.update_text.set_sensitive(False)
self.statusbar.push(self.statusbar_context, 'Updating your status...')
def quit_app(self, widget=None):
def quit_app(self, widget=None, user_data=None):
"""Callback when the window is destroyed or the user selects
"Quit"."""
gtk.main_quit()
return
# ------------------------------------------------------------
# Required functions for all interfaces

Loading…
Cancel
Save