]> git.pld-linux.org Git - packages/gnome-applets.git/commitdiff
- user proper location of Locations.xml
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 16 Jan 2008 16:21:35 +0000 (16:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-applets-gweather.patch -> 1.1

gnome-applets-gweather.patch [new file with mode: 0644]

diff --git a/gnome-applets-gweather.patch b/gnome-applets-gweather.patch
new file mode 100644 (file)
index 0000000..bd5a6e0
--- /dev/null
@@ -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;
This page took 0.163872 seconds and 4 git commands to generate.