From 9f6d470e753e1b909a304208cb06f104bb0cb324 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 31 Oct 2001 12:53:18 +0000 Subject: Fix bug if you remove all folders, or all rdfs or all weather stations where settings were reset svn path=/trunk/; revision=14534 --- my-evolution/e-summary-weather.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'my-evolution/e-summary-weather.c') diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index e057584534..2787989277 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -653,7 +653,7 @@ e_summary_weather_init (ESummary *summary) e_summary_add_protocol_listener (summary, "weather", e_summary_weather_protocol, weather); - if (prefs == NULL || prefs->stations == NULL) { + if (prefs == NULL) { /* translators: Put here a list of codes for locations you want to see in My Evolution by default. You can find the list of all stations and their codes in Evolution sources -- cgit v1.2.3