r55 - unstable/vlc/debian/patches
xtophe-guest at alioth.debian.org
xtophe-guest at alioth.debian.org
Wed Mar 14 14:19:32 CET 2007
Author: xtophe-guest
Date: 2006-06-08 21:31:13 +0000 (Thu, 08 Jun 2006)
New Revision: 55
Added:
unstable/vlc/debian/patches/020_notify.diff
Modified:
unstable/vlc/debian/patches/series
Log:
Add patch even if not activated
Added: unstable/vlc/debian/patches/020_notify.diff
===================================================================
--- unstable/vlc/debian/patches/020_notify.diff 2006-06-08 14:18:47 UTC (rev 54)
+++ unstable/vlc/debian/patches/020_notify.diff 2006-06-08 21:31:13 UTC (rev 55)
@@ -0,0 +1,13 @@
+Index: vlc/modules/misc/notify.c
+===================================================================
+--- vlc/modules/misc/notify.c (revision 15844)
++++ vlc/modules/misc/notify.c (revision 15843)
+@@ -180,7 +178,7 @@
+ NotifyNotification * notification;
+ notification = notify_notification_new( _("Now Playing"),
+ psz_temp,
+- DATA_PATH "/vlc128x128.png",NULL);
++ "/usr/share/pixmaps/vlc.png",NULL);
+ notify_notification_set_timeout( notification,
+ config_GetInt(p_this, "notify-timeout") );
+ notify_notification_set_urgency( notification, NOTIFY_URGENCY_LOW );
Modified: unstable/vlc/debian/patches/series
===================================================================
--- unstable/vlc/debian/patches/series 2006-06-08 14:18:47 UTC (rev 54)
+++ unstable/vlc/debian/patches/series 2006-06-08 21:31:13 UTC (rev 55)
@@ -2,3 +2,4 @@
010_osdmenu-paths.diff
020_xulrunner.diff
020_freetype_font.diff
+020_notify.diff
More information about the Pkg-multimedia-commits
mailing list