From 353bb08acd035de8329573a62107489b9cd26041 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Wed, 17 Dec 2008 19:10:28 +0000 Subject: [PATCH] OSSO_ABOOK_CONTACT typecast has been added to EContact pointer type pmo-drop-split-view-r6937 --- 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