diff options
Diffstat (limited to 'modules/calendar/e-cal-shell-migrate.c')
-rw-r--r-- | modules/calendar/e-cal-shell-migrate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-migrate.c b/modules/calendar/e-cal-shell-migrate.c index dd76049171..7eb69edb85 100644 --- a/modules/calendar/e-cal-shell-migrate.c +++ b/modules/calendar/e-cal-shell-migrate.c @@ -176,9 +176,9 @@ create_calendar_sources (EShellBackend *shell_backend, e_shell_settings_set_string ( shell_settings, "cal-primary-calendar", - e_source_peek_uid (source)); + e_source_get_uid (source)); - link.data = (gpointer) e_source_peek_uid (source); + link.data = (gpointer) e_source_get_uid (source); link.next = NULL; e_cal_shell_backend_set_selected_calendars ( |