aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-memo-shell-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar/e-memo-shell-backend.c')
-rw-r--r--modules/calendar/e-memo-shell-backend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/calendar/e-memo-shell-backend.c b/modules/calendar/e-memo-shell-backend.c
index 10a1ea99e7..d86289d148 100644
--- a/modules/calendar/e-memo-shell-backend.c
+++ b/modules/calendar/e-memo-shell-backend.c
@@ -279,12 +279,12 @@ action_memo_new_cb (GtkAction *action,
source = e_source_list_peek_source_by_uid (source_list, uid);
if (source != NULL)
- cal = auth_new_cal_from_source (source, source_type);
+ cal = e_auth_new_cal_from_source (source, source_type);
g_free (uid);
}
if (cal == NULL)
- cal = auth_new_cal_from_default (source_type);
+ cal = e_auth_new_cal_from_default (source_type);
g_return_if_fail (cal != NULL);
@@ -424,7 +424,7 @@ memo_shell_backend_handle_uri_cb (EShellBackend *shell_backend,
goto exit;
}
- client = auth_new_cal_from_source (source, source_type);
+ client = e_auth_new_cal_from_source (source, source_type);
if (client == NULL || !e_cal_open (client, TRUE, &error)) {
if (error != NULL) {
g_printerr ("%s\n", error->message);