diff options
Diffstat (limited to '')
-rwxr-xr-x | ParrotZikTray | 2 |
1 files changed, 1 insertions, 1 deletions
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}') |