aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-weather.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r--my-evolution/e-summary-weather.c2
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);