diff options
author | Dmitry Moiseev <m0sia@m0sia.ru> | 2013-12-13 17:35:06 +0600 |
---|---|---|
committer | Dmitry Moiseev <m0sia@m0sia.ru> | 2013-12-13 17:35:06 +0600 |
commit | fb30e1f857a447a27db114032610293375ef5c3a (patch) | |
tree | 7ead6b9135ed1b1a43f2053c3eb196c092020620 /ParrotZikTray | |
parent | 52c4b7cb92c0cc57a7b4705630ef57d0afab2932 (diff) | |
download | pyParrotZikTCP-fb30e1f857a447a27db114032610293375ef5c3a.tar.xz pyParrotZikTCP-fb30e1f857a447a27db114032610293375ef5c3a.zip |
fix initial icon name
Diffstat (limited to 'ParrotZikTray')
-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}') |