Browse Source

removed double destroy notification

Julio Biason 14 years ago
parent
commit
46f5174b54
  1. 2
      mitterlib/ui/ui_pygtk.py

2
mitterlib/ui/ui_pygtk.py

@ -154,7 +154,7 @@ class Interface(object):
box.show()
# now that all elements are created, connect the signals
main_window.connect('destroy', self._quit_app)
# main_window.connect('destroy', self._quit_app)
main_window.connect('delete-event', self._quit_app)
main_window.connect('size-request', self._window_resize)

Loading…
Cancel
Save