diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-30 02:52:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-30 02:52:00 +0800 |
commit | 242ed7f944cde5ab4d822e33be50bf689a8ce6b4 (patch) | |
tree | c8fd36d83b25d6fbeba661075cdb3d978d890f0d /my-evolution/e-summary-weather.c | |
parent | 1bb087628924818877b6b345cdfe8b41838be60e (diff) | |
download | gsoc2013-evolution-242ed7f944cde5ab4d822e33be50bf689a8ce6b4.tar gsoc2013-evolution-242ed7f944cde5ab4d822e33be50bf689a8ce6b4.tar.gz gsoc2013-evolution-242ed7f944cde5ab4d822e33be50bf689a8ce6b4.tar.bz2 gsoc2013-evolution-242ed7f944cde5ab4d822e33be50bf689a8ce6b4.tar.lz gsoc2013-evolution-242ed7f944cde5ab4d822e33be50bf689a8ce6b4.tar.xz gsoc2013-evolution-242ed7f944cde5ab4d822e33be50bf689a8ce6b4.tar.zst gsoc2013-evolution-242ed7f944cde5ab4d822e33be50bf689a8ce6b4.zip |
We only want KBOS by default.
* e-summary-preferences.c (make_initial_weather_list): We only
want KBOS by default.
* e-summary-weather.c (e_summary_weather_init): We only want KBOS
by default.
svn path=/trunk/; revision=14351
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index 10968d8bc1..2787989277 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -658,7 +658,7 @@ e_summary_weather_init (ESummary *summary) see in My Evolution by default. You can find the list of all stations and their codes in Evolution sources (evolution/my-evolution/Locations) */ - char *default_stations = _("KBOS:EGAA:RJTT"), **stations_v, **p; + char *default_stations = _("KBOS"), **stations_v, **p; stations_v = g_strsplit (default_stations, ":", 0); g_assert (stations_v != NULL); |