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