Commit 62e9fa55 authored by Rafaël Carré's avatar Rafaël Carré

Use a smaller icon for notifications

parent 44f794f8
...@@ -151,7 +151,7 @@ static int Notify( vlc_object_t *p_this, const char *psz_temp ) ...@@ -151,7 +151,7 @@ static int Notify( vlc_object_t *p_this, const char *psz_temp )
NotifyNotification * notification; NotifyNotification * notification;
notification = notify_notification_new( _("Now Playing"), notification = notify_notification_new( _("Now Playing"),
psz_temp, psz_temp,
DATA_PATH "/vlc128x128.png",NULL); DATA_PATH "/vlc48x48.png",NULL);
notify_notification_set_timeout( notification, notify_notification_set_timeout( notification,
config_GetInt(p_this, "notify-timeout") ); config_GetInt(p_this, "notify-timeout") );
notify_notification_set_urgency( notification, NOTIFY_URGENCY_LOW ); notify_notification_set_urgency( notification, NOTIFY_URGENCY_LOW );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment