summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deluge/data/icons/hicolor/16x16/apps/deluge-panel.pngbin0 -> 722 bytes
-rw-r--r--deluge/data/icons/hicolor/22x22/apps/deluge-panel.pngbin0 -> 1109 bytes
-rw-r--r--deluge/data/icons/hicolor/24x24/apps/deluge-panel.pngbin0 -> 1252 bytes
-rw-r--r--deluge/ui/gtkui/systemtray.py2
4 files changed, 1 insertions, 1 deletions
diff --git a/deluge/data/icons/hicolor/16x16/apps/deluge-panel.png b/deluge/data/icons/hicolor/16x16/apps/deluge-panel.png
new file mode 100644
index 000000000..e39cd0c7e
--- /dev/null
+++ b/deluge/data/icons/hicolor/16x16/apps/deluge-panel.png
Binary files differ
diff --git a/deluge/data/icons/hicolor/22x22/apps/deluge-panel.png b/deluge/data/icons/hicolor/22x22/apps/deluge-panel.png
new file mode 100644
index 000000000..de0fdea7b
--- /dev/null
+++ b/deluge/data/icons/hicolor/22x22/apps/deluge-panel.png
Binary files differ
diff --git a/deluge/data/icons/hicolor/24x24/apps/deluge-panel.png b/deluge/data/icons/hicolor/24x24/apps/deluge-panel.png
new file mode 100644
index 000000000..faad5cc25
--- /dev/null
+++ b/deluge/data/icons/hicolor/24x24/apps/deluge-panel.png
Binary files differ
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