[giggle] Do not use deprecated libebook api



commit 2ae94367da05025e6bbc0db70e27bc25b446a690
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Mar 12 00:12:32 2012 +0000

    Do not use deprecated libebook api

 plugins/giggle-personal-details-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/giggle-personal-details-window.c b/plugins/giggle-personal-details-window.c
index 37a8698..1711dd7 100644
--- a/plugins/giggle-personal-details-window.c
+++ b/plugins/giggle-personal-details-window.c
@@ -194,7 +194,7 @@ personal_details_configuration_updated_cb (GiggleGitConfig *configuration,
 
 #ifdef USE_EDS
 
-	if (!e_book_get_self (&contact, &book, &error)) {
+	if (!e_book_client_get_self (&contact, &book, &error)) {
 		g_warning ("%s: Cannot open retreive self-contact: %s",
 			   G_STRFUNC, error->message);
 	}



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