aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik/indicator/windows.py
diff options
context:
space:
mode:
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)