diff options
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r-- | calendar/gui/calendar-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 083642dff2..24b8b61c40 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -297,7 +297,7 @@ update_primary_task_selection (CalendarComponentView *component_view) uid = calendar_config_get_primary_tasks (); if (uid) { - source = e_source_list_peek_source_by_uid (component_view->source_list, uid); + source = e_source_list_peek_source_by_uid (component_view->task_source_list, uid); g_free (uid); } |