From 91b1b557145ed88defb02d8495dc0d0580a53ea4 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 4 Apr 2002 12:10:37 +0000 Subject: Make the preferences seperate from the views svn path=/trunk/; revision=16338 --- my-evolution/e-summary-weather.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (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 c121ba4927..0b8e183125 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -663,20 +663,14 @@ is_weather_shown (ESummaryWeather *weather, } void -e_summary_weather_fill_etable (ESummaryShown *ess, - ESummary *summary) +e_summary_weather_fill_etable (ESummaryShown *ess) { - ESummaryWeather *weather; ETreePath region, state, location; ESummaryShownModelEntry *entry; char *key, *path; int nregions, iregions; char **regions; - g_return_if_fail (IS_E_SUMMARY (summary)); - - weather = summary->weather; - path = g_strdup (EVOLUTION_DATADIR "/evolution/Locations"); key = g_strdup_printf ("=%s=/", path); -- cgit v1.2.3