aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik/indicator/windows.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--parrot_zik/indicator/windows.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/parrot_zik/indicator/windows.py b/parrot_zik/indicator/windows.py
index 118f620..79a4ef3 100644
--- a/parrot_zik/indicator/windows.py
+++ b/parrot_zik/indicator/windows.py
@@ -30,7 +30,8 @@ class WindowsIndicator(BaseIndicator):
def setIcon(self, name):
self.statusicon.set_from_file(self.icon_directory + name + '.png')
- def main(self):
+ @classmethod
+ def main(cls):
gtk.main()
def quit(self, _):