]> git.sesse.net Git - vlc/commitdiff
Use a smaller icon for notifications
authorRafaël Carré <funman@videolan.org>
Sun, 15 Oct 2006 03:44:57 +0000 (03:44 +0000)
committerRafaël Carré <funman@videolan.org>
Sun, 15 Oct 2006 03:44:57 +0000 (03:44 +0000)
modules/misc/notify/notify.c

index 84a60461e3008de0927164764b6cc7d99f62898e..633ada11320f30879b65fa73c3924d6c95b0c6ae 100644 (file)
@@ -151,7 +151,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 );