diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-04-04 20:10:37 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-04-04 20:10:37 +0800 |
commit | 91b1b557145ed88defb02d8495dc0d0580a53ea4 (patch) | |
tree | 7c6d8e4a6a7cf770083b59ec9769b719fa9166f2 /my-evolution/e-summary-weather.c | |
parent | c763b8c63074f35553d46c91cc2ca0b7f1d74830 (diff) | |
download | gsoc2013-evolution-91b1b557145ed88defb02d8495dc0d0580a53ea4.tar gsoc2013-evolution-91b1b557145ed88defb02d8495dc0d0580a53ea4.tar.gz gsoc2013-evolution-91b1b557145ed88defb02d8495dc0d0580a53ea4.tar.bz2 gsoc2013-evolution-91b1b557145ed88defb02d8495dc0d0580a53ea4.tar.lz gsoc2013-evolution-91b1b557145ed88defb02d8495dc0d0580a53ea4.tar.xz gsoc2013-evolution-91b1b557145ed88defb02d8495dc0d0580a53ea4.tar.zst gsoc2013-evolution-91b1b557145ed88defb02d8495dc0d0580a53ea4.zip |
Make the preferences seperate from the views
svn path=/trunk/; revision=16338
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 8 |
1 files changed, 1 insertions, 7 deletions
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); |