mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
[#3130|GTKUI] Add deluge-panel for systray
To help theme deluge systray icon use a separate icon.
This commit is contained in:
parent
a2fcebe15c
commit
993abbc6a6
4 changed files with 1 additions and 1 deletions
BIN
deluge/data/icons/hicolor/16x16/apps/deluge-panel.png
Normal file
BIN
deluge/data/icons/hicolor/16x16/apps/deluge-panel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 722 B |
BIN
deluge/data/icons/hicolor/22x22/apps/deluge-panel.png
Normal file
BIN
deluge/data/icons/hicolor/22x22/apps/deluge-panel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
deluge/data/icons/hicolor/24x24/apps/deluge-panel.png
Normal file
BIN
deluge/data/icons/hicolor/24x24/apps/deluge-panel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue