r11469 - in /packages/unstable/xchat-gnome/debian: changelog patches/60_fix-xml-override.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Jun 11 09:44:30 UTC 2007


Author: lool
Date: Mon Jun 11 09:44:29 2007
New Revision: 11469

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11469
Log:
* New patch, 60_fix-xml-override, fixes local override of Glade xml var; no
  idea how this could work without this fix.

Added:
    packages/unstable/xchat-gnome/debian/patches/60_fix-xml-override.patch
Modified:
    packages/unstable/xchat-gnome/debian/changelog

Modified: packages/unstable/xchat-gnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/changelog?rev=11469&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/changelog (original)
+++ packages/unstable/xchat-gnome/debian/changelog Mon Jun 11 09:44:29 2007
@@ -18,8 +18,10 @@
   * Don't build out of tree as if fails with the current gnome-doc-utils
     upstream uses; closes: #420322.
   * Include CDBS' utils.
-
- -- Loic Minier <lool at dooz.org>  Mon, 11 Jun 2007 11:20:34 +0200
+  * New patch, 60_fix-xml-override, fixes local override of Glade xml var; no
+    idea how this could work without this fix.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 11 Jun 2007 11:42:23 +0200
 
 xchat-gnome (1:0.16-1) experimental; urgency=low
 

Added: packages/unstable/xchat-gnome/debian/patches/60_fix-xml-override.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/60_fix-xml-override.patch?rev=11469&op=file
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/60_fix-xml-override.patch (added)
+++ packages/unstable/xchat-gnome/debian/patches/60_fix-xml-override.patch Mon Jun 11 09:44:29 2007
@@ -1,0 +1,12 @@
+diff -Nur xchat-gnome-0.17/src/fe-gnome/setup-dialog.c xchat-gnome-0.17.new/src/fe-gnome/setup-dialog.c
+--- xchat-gnome-0.17/src/fe-gnome/setup-dialog.c	2007-03-19 00:58:18.000000000 +0100
++++ xchat-gnome-0.17.new/src/fe-gnome/setup-dialog.c	2007-06-11 11:41:57.000000000 +0200
+@@ -46,7 +46,7 @@
+ 	gchar *path = locate_data_file ("setup-dialog.glade");
+ 	g_assert (path != NULL);
+ 
+-	GladeXML *xml = glade_xml_new (path, NULL, NULL);
++	xml = glade_xml_new (path, NULL, NULL);
+ 	g_assert (xml != NULL);
+ 
+ 	g_free (path);




More information about the pkg-gnome-commits mailing list