aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-preferences.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-preferences.c')
-rw-r--r--my-evolution/e-summary-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c
index 647bf07333..8e1b590af9 100644
--- a/my-evolution/e-summary-preferences.c
+++ b/my-evolution/e-summary-preferences.c
@@ -76,7 +76,7 @@ make_initial_weather_list (ESummaryPrefs *prefs)
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:ZSAM:EGAA"), **stations_v, **p;
+ char *default_stations = _("KBOS"), **stations_v, **p;
GList *stations = NULL;
stations_v = g_strsplit (default_stations, ":", 0);