gnome-applets r10596 - trunk/gweather



Author: callum
Date: Thu Jan 17 07:51:36 2008
New Revision: 10596
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=10596&view=rev

Log:
Use the correct location for Locations.xml

Modified:
   trunk/gweather/ChangeLog
   trunk/gweather/gweather-xml.c

Modified: trunk/gweather/gweather-xml.c
==============================================================================
--- trunk/gweather/gweather-xml.c	(original)
+++ trunk/gweather/gweather-xml.c	Thu Jan 17 07:51:36 2008
@@ -368,7 +368,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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]