summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/systemtray.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/gtkui/systemtray.py')
-rw-r--r--deluge/ui/gtkui/systemtray.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/gtkui/systemtray.py b/deluge/ui/gtkui/systemtray.py
index fc6426d5b..21b0691b7 100644
--- a/deluge/ui/gtkui/systemtray.py
+++ b/deluge/ui/gtkui/systemtray.py
@@ -135,7 +135,7 @@ class SystemTray(component.Component):
common.get_logo(32))
else:
try:
- self.tray = gtk.status_icon_new_from_icon_name("deluge")
+ self.tray = gtk.status_icon_new_from_icon_name("deluge-panel")
except:
log.warning("Update PyGTK to 2.10 or greater for SystemTray..")
return