From a715797c0228dba3bae20a3f8ae1d796a90f1f34 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 18 Jul 2001 21:39:20 +0000 Subject: Make the Tasks option work svn path=/trunk/; revision=11212 --- my-evolution/e-summary.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'my-evolution/e-summary.c') diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index c4e5e4ea57..79b42cb23e 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -630,6 +630,10 @@ e_summary_reconfigure (ESummary *summary) if (summary->calendar != NULL) { e_summary_calendar_reconfigure (summary); } + + if (summary->tasks != NULL) { + e_summary_tasks_reconfigure (summary); + } } int -- cgit v1.2.3