mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
add 48x48 icon and have torrentnotification use it
This commit is contained in:
parent
25f69c52e0
commit
8ef7a26c7b
2 changed files with 1 additions and 1 deletions
BIN
pixmaps/deluge48.png
Normal file
BIN
pixmaps/deluge48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
|
@ -91,7 +91,7 @@ class TorrentNotification:
|
|||
|
||||
if pynotify.init("Deluge"):
|
||||
n = pynotify.Notification(_("Torrent complete"),
|
||||
_("Files") + ":\n" + filelist, deluge.common.get_pixmap("deluge32.png"))
|
||||
_("Files") + ":\n" + filelist, deluge.common.get_pixmap("deluge48.png"))
|
||||
n.show()
|
||||
else:
|
||||
print "there was a problem initializing the pynotify module"
|
||||
|
|
Loading…
Add table
Reference in a new issue