From a98080fbbd0b8e9ee2d0d32dc4a9f6e3b2f01f11 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 5 Nov 2007 12:41:27 +0000 Subject: ** Fix for bug #491345 2007-11-05 Milan Crha ** Fix for bug #491345 * gui/e-tasks.c: (config_hide_completed_tasks_changed_cb): Also change default filter for tasks, to let this work without restart. svn path=/trunk/; revision=34511 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-tasks.c | 1 + 2 files changed, 8 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 17074e8c0c..e0adf45964 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2007-11-05 Milan Crha + + ** Fix for bug #491345 + + * gui/e-tasks.c: (config_hide_completed_tasks_changed_cb): + Also change default filter for tasks, to let this work without restart. + 2007-11-05 Milan Crha ** Fix for bug #353780 diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c index 44e417b5bb..a2faca60f4 100644 --- a/calendar/gui/e-tasks.c +++ b/calendar/gui/e-tasks.c @@ -340,6 +340,7 @@ static void config_hide_completed_tasks_changed_cb (GConfClient *client, guint id, GConfEntry *entry, gpointer data) { process_completed_tasks (data, TRUE); + update_view (data); } static void -- cgit v1.2.3