[#3130|GTKUI] Add deluge-panel for systray

To help theme deluge systray icon use a separate icon.
This commit is contained in:
Calum Lind 2018-06-21 15:08:41 +01:00
parent a2fcebe15c
commit 993abbc6a6
4 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -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