From 07a59cbb9e5cc5977fa03cdd976f959d834be824 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Sat, 24 Jan 2004 21:15:38 +0000 Subject: listen for the correct notification 2004-01-24 JP Rosevear * gui/tasks-component.c (setup_create_ecal): listen for the correct notification svn path=/trunk/; revision=24412 --- calendar/ChangeLog | 6 ++++++ calendar/gui/tasks-component.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index fba9edb148..fbc2cde5e2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-01-24 JP Rosevear + + * gui/tasks-component.c (setup_create_ecal): listen for the + correct notification + 2004-01-24 JP Rosevear * gui/tasks-component.c (delete_task_list_cb): sync the source @@ -6,6 +11,7 @@ * gui/calendar-component.c (delete_calendar_cb): ditto Fixes #53271 + 2004-01-24 JP Rosevear * gui/migration.c (setup_progress_dialog): display a progress diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c index 9a40ab459b..939a4ba207 100644 --- a/calendar/gui/tasks-component.c +++ b/calendar/gui/tasks-component.c @@ -694,8 +694,8 @@ setup_create_ecal (TasksComponent *component) } /* Handle the fact it may change on us */ - not = calendar_config_add_notification_primary_calendar (config_create_ecal_changed_cb, - component); + not = calendar_config_add_notification_primary_tasks (config_create_ecal_changed_cb, + component); priv->notifications = g_list_prepend (priv->notifications, GUINT_TO_POINTER (not)); /* Save the primary source for use elsewhere */ -- cgit v1.2.3