add 48x48 icon and have torrentnotification use it
This commit is contained in:
parent
25f69c52e0
commit
8ef7a26c7b
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…
x
Reference in New Issue
Block a user