Fix wrong icon used in Growl notification.

This commit is contained in:
Alexandre Beloin 2015-01-20 22:57:02 -05:00
parent 91cb8d885c
commit 808074a5d1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class GrowlNotifier:
notice.add_header('Notification-Priority', options['priority'])
if options['icon']:
notice.add_header('Notification-Icon',
'https://raw.github.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage.png')
'https://raw.github.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage-shark-mascot.png')
if message:
notice.add_header('Notification-Text', message)