diff options
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index 00dbb25198..77614198f7 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -667,6 +667,8 @@ e_summary_weather_fill_etable (ESummaryShown *ess) gnome_config_get_vector ("Main/regions", &nregions, ®ions); region = NULL; + + e_summary_shown_freeze (ess); for (iregions = nregions - 1; iregions >= 0; iregions--) { int nstates, istates; char **states; @@ -754,6 +756,7 @@ e_summary_weather_fill_etable (ESummaryShown *ess) g_strfreev (regions); gnome_config_pop_prefix (); + e_summary_shown_thaw (ess); return; } |