From f19b05e4561a256176bb09367ccbc49add7030d9 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 18 Oct 2001 20:17:52 +0000 Subject: Stuff to try to find the memory corruption svn path=/trunk/; revision=13769 --- my-evolution/e-summary.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'my-evolution/e-summary.c') 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 -- cgit v1.2.3