aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik/indicator/windows.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 13:30:06 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 13:30:06 +0200
commit3b4f022722e43d5821f4d2276018242c88cb1ed3 (patch)
tree83bded768144b8dbc2da3952c7058a10998ca773 /parrot_zik/indicator/windows.py
parentdf5aa3102f9d0257224ee9423afdfd42f00592ac (diff)
downloadpyParrotZikTCP-3b4f022722e43d5821f4d2276018242c88cb1ed3.tar.xz
pyParrotZikTCP-3b4f022722e43d5821f4d2276018242c88cb1ed3.zip
Fix quit wrapping.
Diffstat (limited to 'parrot_zik/indicator/windows.py')
-rw-r--r--parrot_zik/indicator/windows.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/parrot_zik/indicator/windows.py b/parrot_zik/indicator/windows.py
index 0f81e55..118f620 100644
--- a/parrot_zik/indicator/windows.py
+++ b/parrot_zik/indicator/windows.py
@@ -33,6 +33,9 @@ class WindowsIndicator(BaseIndicator):
def main(self):
gtk.main()
+ def quit(self, _):
+ gtk.main_quit()
+
def show_about_dialog(self, widget):
about_dialog = gtk.AboutDialog()
about_dialog.set_destroy_with_parent(True)