From 7b3b06d7c2b59ae396a3c49085d32c6558c85d65 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Thu, 28 Nov 2013 15:59:14 +0530 Subject: [PATCH] Fixes #2 --- hackertray/appindicator_replacement.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hackertray/appindicator_replacement.py b/hackertray/appindicator_replacement.py index 357b782..0a0ab72 100644 --- a/hackertray/appindicator_replacement.py +++ b/hackertray/appindicator_replacement.py @@ -83,6 +83,9 @@ class Indicator: else: self.icon.set_from_file(self.active_icon) + def set_label(self, label): + return + def set_icon(self, icon): # Set the new icon