summaryrefslogtreecommitdiff
path: root/Mozo/MainWindow.py
diff options
context:
space:
mode:
authorStefano Facchini <[email protected]>2013-08-26 18:34:35 +0200
committerAlexei Sorokin <[email protected]>2016-08-23 18:01:16 +0300
commit1b5584aab80264db3540ccf00242a4c301fa2323 (patch)
tree5e4a0fea5d374853599c8ae5591ba97ac8248000 /Mozo/MainWindow.py
parent5f116eb7aac88f1c308c12e57bfcc203ab44f309 (diff)
downloadmozo-1b5584aab80264db3540ccf00242a4c301fa2323.tar.bz2
mozo-1b5584aab80264db3540ccf00242a4c301fa2323.tar.xz
quit on delete event
https://bugzilla.gnome.org/show_bug.cgi?id=706821
Diffstat (limited to 'Mozo/MainWindow.py')
-rw-r--r--Mozo/MainWindow.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mozo/MainWindow.py b/Mozo/MainWindow.py
index 279ffdf..25c9c26 100644
--- a/Mozo/MainWindow.py
+++ b/Mozo/MainWindow.py
@@ -297,6 +297,9 @@ class MainWindow:
return False
return True
+ def on_delete_event(self, widget, event):
+ self.quit()
+
def on_new_menu_button_clicked(self, button):
menu_tree = self.tree.get_object('menu_tree')
menus, iter = menu_tree.get_selection().get_selected()