Private GIT

Skip to content
Snippets Groups Projects
Commit 3f7c0bac authored by julian's avatar julian
Browse files

Updating the growl icon URL

parent 18bbc2d5
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class GrowlNotifier:
if options['priority']:
notice.add_header('Notification-Priority',options['priority'])
if options['icon']:
notice.add_header('Notification-Icon', 'https://github.com/midgetspy/Sick-Beard/raw/master/data/images/sickbeard_touch_icon.png')
notice.add_header('Notification-Icon', 'https://raw.github.com/midgetspy/Sick-Beard/master/data/images/sickbeard.png')
if message:
notice.add_header('Notification-Text',message)
......@@ -157,7 +157,7 @@ class GrowlNotifier:
#Send Registration
register = gntp.GNTPRegister()
register.add_header('Application-Name', opts['app'])
register.add_header('Application-Icon', 'https://github.com/midgetspy/Sick-Beard/raw/master/data/images/sickbeard_touch_icon.png')
register.add_header('Application-Icon', 'https://raw.github.com/midgetspy/Sick-Beard/master/data/images/sickbeard.png')
register.add_notification('Test', True)
register.add_notification(common.notifyStrings[common.NOTIFY_SNATCH], True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment