diff options
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r-- | my-evolution/e-summary.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index f7da1d9a62..952976cd45 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -751,7 +751,13 @@ e_summary_reload (BonoboUIComponent *component, { ESummary *summary = userdata; - e_summary_reconfigure (summary); + if (summary->rdf != NULL) { + e_summary_rdf_update (summary); + } + + if (summary->weather != NULL) { + e_summary_weather_update (summary); + } } int |