diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/tasks-component.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |