r27736 - /packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Apr 21 22:29:59 UTC 2011


Author: joss
Date: Thu Apr 21 22:29:58 2011
New Revision: 27736

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27736
Log:
Fix typo

Modified:
    packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch

Modified: packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch?rev=27736&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch [utf-8] (original)
+++ packages/unstable/xchat-gnome/debian/patches/02_libnotify_compat.patch [utf-8] Thu Apr 21 22:29:58 2011
@@ -1,13 +1,13 @@
 Index: xchat-gnome-0.26.2~git20100421.29cc76/plugins/notify-osd/notify-osd.c
 ===================================================================
---- xchat-gnome-0.26.2~git20100421.29cc76.orig/plugins/notify-osd/notify-osd.c	2011-04-22 00:21:41.870383479 +0200
-+++ xchat-gnome-0.26.2~git20100421.29cc76/plugins/notify-osd/notify-osd.c	2011-04-22 00:22:59.878764838 +0200
+--- xchat-gnome-0.26.2~git20100421.29cc76.orig/plugins/notify-osd/notify-osd.c	2011-04-22 00:23:52.351021357 +0200
++++ xchat-gnome-0.26.2~git20100421.29cc76/plugins/notify-osd/notify-osd.c	2011-04-22 00:29:28.240663438 +0200
 @@ -87,6 +87,9 @@ add_notify (char *summary, char *message
  	gchar *escaped;
  
  	escaped = g_markup_escape_text (message, strlen(message));
 +#ifndef NOTIFY_CHECK_VERSION
-+#define NOTIFY_CHECK_VERSION(x,y,x) 0
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
 +#endif
  #if !NOTIFY_CHECK_VERSION(0,7,0)
  	notify = notify_notification_new (summary, escaped, NULL, NULL);




More information about the pkg-gnome-commits mailing list