Commit 680bb209 authored by Rafaël Carré's avatar Rafaël Carré

Use a smaller icon for notifications

parent 90c735b5
......@@ -179,7 +179,7 @@ static int Notify( vlc_object_t *p_this, const char *psz_temp )
NotifyNotification * notification;
notification = notify_notification_new( _("Now Playing"),
psz_temp,
DATA_PATH "/vlc128x128.png",NULL);
DATA_PATH "/vlc48x48.png",NULL);
notify_notification_set_timeout( notification,
config_GetInt(p_this, "notify-timeout") );
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