[annum] Adapt calls to API functions following rename to make them public.



commit 450c4e84dc85a6b09e2e721bed4057125f366593
Author: Gustavo Noronha Silva <gustavo noronha collabora co uk>
Date:   Tue Jan 26 18:39:32 2010 -0200

    Adapt calls to API functions following rename to make them public.

 src/annum-shell-sidebar.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/annum-shell-sidebar.c b/src/annum-shell-sidebar.c
index 6874059..83f5f22 100644
--- a/src/annum-shell-sidebar.c
+++ b/src/annum-shell-sidebar.c
@@ -174,7 +174,7 @@ annum_shell_sidebar_client_opened_cb (AnnumShellSidebar *
 
 	if (status == E_CALENDAR_STATUS_AUTHENTICATION_FAILED ||
 	    status == E_CALENDAR_STATUS_AUTHENTICATION_REQUIRED)
-		auth_cal_forget_password (client);
+		e_auth_cal_forget_password (client);
 
 	switch (status) {
 	case E_CALENDAR_STATUS_OK:
@@ -712,7 +712,7 @@ annum_shell_sidebar_add_source (AnnumShellSidebar * annum_shell_sidebar,
 	if (client != NULL)
 		return;
 
-	client = auth_new_cal_from_source (source, E_CAL_SOURCE_TYPE_EVENT);
+	client = e_auth_new_cal_from_source (source, E_CAL_SOURCE_TYPE_EVENT);
 	g_return_if_fail (client != NULL);
 
 	g_signal_connect_swapped (client, "backend-died",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]