Blob Blame History Raw
diff -up gnome-applets-2.21.4/gweather/gweather-xml.c.locations gnome-applets-2.21.4/gweather/gweather-xml.c
--- gnome-applets-2.21.4/gweather/gweather-xml.c.locations	2008-01-20 14:52:49.000000000 -0500
+++ gnome-applets-2.21.4/gweather/gweather-xml.c	2008-01-20 14:53:00.000000000 -0500
@@ -368,7 +368,7 @@ gweather_xml_load_locations( GtkTreeView
   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;