diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-14 06:37:04 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-14 06:37:04 +0800 |
commit | 8ca5b30ddbcdb33c33e04478c9cb71e2910d0fc7 (patch) | |
tree | 2ac6afb2f8bca35238e5171feca33959f7c36d6e /my-evolution/e-summary-weather.c | |
parent | 23aba87f9bbeb4fe8c54e499cce4059078bb3598 (diff) | |
download | gsoc2013-evolution-8ca5b30ddbcdb33c33e04478c9cb71e2910d0fc7.tar.gz gsoc2013-evolution-8ca5b30ddbcdb33c33e04478c9cb71e2910d0fc7.tar.zst gsoc2013-evolution-8ca5b30ddbcdb33c33e04478c9cb71e2910d0fc7.zip |
KBOS and ZSAM
svn path=/trunk/; revision=11972
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index b64408b76b..05cbcd01fb 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -584,8 +584,8 @@ e_summary_weather_init (ESummary *summary) e_summary_add_protocol_listener (summary, "weather", e_summary_weather_protocol, weather); if (prefs == NULL) { - e_summary_weather_add_location (summary, "ENBR"); - e_summary_weather_add_location (summary, "EGAC"); + e_summary_weather_add_location (summary, "KBOS"); + e_summary_weather_add_location (summary, "ZSAM"); e_summary_weather_add_location (summary, "EGAA"); timeout = 600; } else { |