From 242ed7f944cde5ab4d822e33be50bf689a8ce6b4 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 29 Oct 2001 18:52:00 +0000 Subject: 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 --- my-evolution/ChangeLog | 8 ++++++++ my-evolution/e-summary-preferences.c | 2 +- my-evolution/e-summary-weather.c | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'my-evolution') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index b9d710ac05..4cc9aada28 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,11 @@ +2001-10-29 Ettore Perazzoli + + * 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. + 2001-10-27 Jon Trowbridge * e-summary.c (e_summary_reload): Slow down reload requests 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); 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); -- cgit v1.2.3