summaryrefslogtreecommitdiffstats
path: root/x11/gnome-panel/files/patch-applets_clock_gweather-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-panel/files/patch-applets_clock_gweather-xml.c')
-rw-r--r--x11/gnome-panel/files/patch-applets_clock_gweather-xml.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnome-panel/files/patch-applets_clock_gweather-xml.c b/x11/gnome-panel/files/patch-applets_clock_gweather-xml.c
new file mode 100644
index 000000000..7ae87fdd3
--- /dev/null
+++ b/x11/gnome-panel/files/patch-applets_clock_gweather-xml.c
@@ -0,0 +1,11 @@
+--- applets/clock/gweather-xml.c.orig 2008-01-23 00:51:33.000000000 -0500
++++ applets/clock/gweather-xml.c 2008-01-23 00:52:35.000000000 -0500
+@@ -359,7 +359,7 @@ gweather_xml_load_locations( GtkTreeView
+ #ifdef GWEATHER_XML_LOCATION
+ xml = xmlNewTextReaderFilename (GWEATHER_XML_LOCATION "Locations.xml");
+ #else
+- xml = xmlNewTextReaderFilename ("/usr/share/gnome-applets/gweather/Locations.xml");
++ xml = xmlNewTextReaderFilename ("/usr/local/share/libgweather/Locations.xml");
+ #endif
+ if( xml == NULL )
+ goto error_out;