aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik/indicator/base.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--parrot_zik/indicator/base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/parrot_zik/indicator/base.py b/parrot_zik/indicator/base.py
index 8204fa9..b29368e 100644
--- a/parrot_zik/indicator/base.py
+++ b/parrot_zik/indicator/base.py
@@ -7,7 +7,8 @@ class BaseIndicator(object):
def setIcon(self, name):
raise NotImplementedError
- def main(self):
+ @classmethod
+ def main(cls):
raise NotImplementedError
def show_about_dialog(self, widget):