65bea23
diff -up gnome-applets-2.21.4/gweather/gweather-xml.c.locations gnome-applets-2.21.4/gweather/gweather-xml.c
65bea23
--- gnome-applets-2.21.4/gweather/gweather-xml.c.locations	2008-01-20 14:52:49.000000000 -0500
65bea23
+++ gnome-applets-2.21.4/gweather/gweather-xml.c	2008-01-20 14:53:00.000000000 -0500
65bea23
@@ -368,7 +368,7 @@ gweather_xml_load_locations( GtkTreeView
65bea23
   int ret = -1;
65bea23
 
65bea23
   /* Open the xml file containing the different locations */
65bea23
-  xml = xmlNewTextReaderFilename (GWEATHER_XML_LOCATION "Locations.xml");
65bea23
+  xml = xmlNewTextReaderFilename (GWEATHER_XML_LOCATION);
65bea23
   if( xml == NULL )
65bea23
     goto error_out;
65bea23