From 75d49099ef88578fdd7ce56bb3b805475f39228e Mon Sep 17 00:00:00 2001 From: Sudheer Chiluveri Date: Wed, 17 Dec 2008 19:06:21 +0000 Subject: [PATCH] OSSO_ABOOK_CONTACT typecast has been added to EContact pointer type pmo-trunk-r6934 --- src/hildon2/modest-address-book.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hildon2/modest-address-book.c b/src/hildon2/modest-address-book.c index 0b3ba27..5baae04 100644 --- a/src/hildon2/modest-address-book.c +++ b/src/hildon2/modest-address-book.c @@ -373,7 +373,7 @@ commit_contact(EContact * contact, gboolean is_new) osso_abook_contact_commit(contact, is_new, book); #else if (OSSO_ABOOK_IS_CONTACT (contact)) { - osso_abook_contact_commit(contact, is_new, book, NULL); + osso_abook_contact_commit(OSSO_ABOOK_CONTACT(contact), is_new, book, NULL); } else { e_book_commit_contact (book, contact, NULL); } -- 1.7.9.5