r870 - /videolan/vlc/debian/patches/104_notify.diff
xtophe-guest at users.alioth.debian.org
xtophe-guest at users.alioth.debian.org
Mon Aug 27 14:40:39 UTC 2007
Author: xtophe-guest
Date: Mon Aug 27 14:40:39 2007
New Revision: 870
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=870
Log:
refresh notify patch
Modified:
videolan/vlc/debian/patches/104_notify.diff
Modified: videolan/vlc/debian/patches/104_notify.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/patches/104_notify.diff?rev=870&op=diff
==============================================================================
--- videolan/vlc/debian/patches/104_notify.diff (original)
+++ videolan/vlc/debian/patches/104_notify.diff Mon Aug 27 14:40:39 2007
@@ -3,11 +3,12 @@
--- vlc-0.8.6a.debian.orig/modules/misc/notify/notify.c 2007-01-03 19:27:57.000000000 +0100
+++ vlc-0.8.6a.debian/modules/misc/notify/notify.c 2007-01-11 18:30:48.000000000 +0100
@@ -205,7 +205,7 @@
- NotifyNotification * notification;
- notification = notify_notification_new( _("Now Playing"),
- psz_temp,
-- DATA_PATH "/vlc48x48.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 );
+ free( psz_arturl );
+ }
+ else /* else we show state-of-the art logo */
+- pix = gdk_pixbuf_new_from_file( DATA_PATH "/vlc48x48.png", &p_error );
++ pix = gdk_pixbuf_new_from_file( "/usr/share/pixmaps/vlc.png", &p_error );
+
+ /* we need to replace '&' with '&' because '&' is a keyword of
+ * notification-daemon parser */
+
More information about the pkg-multimedia-commits
mailing list