diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-08 03:46:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-08 03:46:38 +0800 |
commit | fd2588484f46784b87881626d598c7b6fe8712c7 (patch) | |
tree | dc1fb07f75e3763e36f9996913d561540085a153 /my-evolution/Locations | |
parent | 36d9b4794e8e811b8f854d97dcc3f2dd946a7bf8 (diff) | |
download | gsoc2013-evolution-fd2588484f46784b87881626d598c7b6fe8712c7.tar gsoc2013-evolution-fd2588484f46784b87881626d598c7b6fe8712c7.tar.gz gsoc2013-evolution-fd2588484f46784b87881626d598c7b6fe8712c7.tar.bz2 gsoc2013-evolution-fd2588484f46784b87881626d598c7b6fe8712c7.tar.lz gsoc2013-evolution-fd2588484f46784b87881626d598c7b6fe8712c7.tar.xz gsoc2013-evolution-fd2588484f46784b87881626d598c7b6fe8712c7.tar.zst gsoc2013-evolution-fd2588484f46784b87881626d598c7b6fe8712c7.zip |
Add some escapes to the newly added locations so they get split properly.
* Locations (name): Add some escapes to the newly added locations
so they get split properly.
* e-summary-weather.c (e_summary_weather_init_locations): Fetch
the Locations file from the right path. If you find an invalid
entry in the Locations file, complain with an informative
g_warning() instead of just returning FALSE.
(e_summary_weather_fill_etable): Do the same thing here.
svn path=/trunk/; revision=20220
Diffstat (limited to 'my-evolution/Locations')
-rw-r--r-- | my-evolution/Locations | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/my-evolution/Locations b/my-evolution/Locations index 2f3025e5c2..c7d42f2298 100644 --- a/my-evolution/Locations +++ b/my-evolution/Locations @@ -1945,13 +1945,13 @@ loc2=Portoroz LJPZ ------ --- [EU_SE] name=Sweden loc0=Borlange ESSD ------ -- -loc1=Gavle \\ Sandviken ESSK ------ -- +loc1=Gavle\\ Sandviken ESSK ------ -- loc2=Gallivare ESNG ------ -- loc3=Goteborg\\ (Landvetter) ESGG ------ -- loc4=Goteborg\\ (Save) ESGP ------ -- loc5=Hagshult ESMV ------ -- -loc6=Halmstad\\ (Swedish Air Force Base) ESMT ------ -- -loc7=Hultsfred\\(Swedish Air Force Base) ESSF ------ -- +loc6=Halmstad\\ (Swedish\\ Air\\ Force\\ Base) ESMT ------ -- +loc7=Hultsfred\\ (Swedish\\ Air\\ Force\\ Base) ESSF ------ -- loc8=Jonkoping ESGJ ------ --- loc9=Kiruna ESNQ ------ --- loc10=Linkoping\\ (Malmen) ESCF ------ -- |