]> git.pld-linux.org Git - packages/gnome-applets.git/blob - gnome-applets-gweather.patch
- 2.22.0
[packages/gnome-applets.git] / gnome-applets-gweather.patch
1 --- gnome-applets-2.21.4/gweather/gweather-xml.c~       2008-01-15 00:05:22.000000000 +0100
2 +++ gnome-applets-2.21.4/gweather/gweather-xml.c        2008-01-16 13:49:03.203654461 +0100
3 @@ -357,7 +357,7 @@
4    int ret = -1;
5  
6    /* Open the xml file containing the different locations */
7 -  xml = xmlNewTextReaderFilename (GWEATHER_XML_LOCATION "Locations.xml");
8 +  xml = xmlNewTextReaderFilename (GWEATHER_XML_LOCATION);
9    if( xml == NULL )
10      goto error_out;
11  
This page took 0.043232 seconds and 3 git commands to generate.