SOURCES: gnome-applets-gweather.patch (NEW) - user proper location...

patrys patrys at pld-linux.org
Wed Jan 16 17:21:40 CET 2008


Author: patrys                       Date: Wed Jan 16 16:21:40 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- user proper location of Locations.xml

---- Files affected:
SOURCES:
   gnome-applets-gweather.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gnome-applets-gweather.patch
diff -u /dev/null SOURCES/gnome-applets-gweather.patch:1.1
--- /dev/null	Wed Jan 16 17:21:40 2008
+++ SOURCES/gnome-applets-gweather.patch	Wed Jan 16 17:21:35 2008
@@ -0,0 +1,11 @@
+--- gnome-applets-2.21.4/gweather/gweather-xml.c~	2008-01-15 00:05:22.000000000 +0100
++++ gnome-applets-2.21.4/gweather/gweather-xml.c	2008-01-16 13:49:03.203654461 +0100
+@@ -357,7 +357,7 @@
+   int ret = -1;
+ 
+   /* Open the xml file containing the different locations */
+-  xml = xmlNewTextReaderFilename (GWEATHER_XML_LOCATION "Locations.xml");
++  xml = xmlNewTextReaderFilename (GWEATHER_XML_LOCATION);
+   if( xml == NULL )
+     goto error_out;
+ 
================================================================


More information about the pld-cvs-commit mailing list