aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik/indicator/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'parrot_zik/indicator/base.py')
-rw-r--r--parrot_zik/indicator/base.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/parrot_zik/indicator/base.py b/parrot_zik/indicator/base.py
index 7101790..8204fa9 100644
--- a/parrot_zik/indicator/base.py
+++ b/parrot_zik/indicator/base.py
@@ -13,6 +13,9 @@ class BaseIndicator(object):
def show_about_dialog(self, widget):
raise NotImplementedError
+ def quit(self, _):
+ raise NotImplementedError
+
class MenuItemBase(object):
def __init__(self, base_item, sensitive, visible):
self.base_item = base_item