diff --git a/pixmaps/deluge48.png b/pixmaps/deluge48.png new file mode 100644 index 000000000..d1de30a5d Binary files /dev/null and b/pixmaps/deluge48.png differ diff --git a/plugins/TorrentNotification/__init__.py b/plugins/TorrentNotification/__init__.py index e2622411e..e7cdc590d 100644 --- a/plugins/TorrentNotification/__init__.py +++ b/plugins/TorrentNotification/__init__.py @@ -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"