gnome-applets r10596 - trunk/gweather
- From: callum svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-applets r10596 - trunk/gweather
- Date: Thu, 17 Jan 2008 07:51:37 +0000 (GMT)
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]