From fb30e1f857a447a27db114032610293375ef5c3a Mon Sep 17 00:00:00 2001
From: Dmitry Moiseev <m0sia@m0sia.ru>
Date: Fri, 13 Dec 2013 17:35:06 +0600
Subject: fix initial icon name

---
 ParrotZikTray | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ParrotZikTray')

diff --git a/ParrotZikTray b/ParrotZikTray
index 6a4bd6b..02d2130 100755
--- a/ParrotZikTray
+++ b/ParrotZikTray
@@ -30,7 +30,7 @@ class ParrotZikIndicator(SysIndicator):
         self.check4 = MenuItem("Concert Hall Mode",self.toggleParrotConcertHall,sensitive = False, checkitem = True)
         self.menu.append(self.check4)
 
-        SysIndicator.__init__(self,icon = "audio-headset",menu = self.menu)
+        SysIndicator.__init__(self,icon = "zik-audio-headset",menu = self.menu)
 
         self.connected=False
         self.p = re.compile('90:03:[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}')
-- 
cgit v1.2.1