* fix the fallout of the configuration changes - builds again now
[modest] / src / maemo / modest-address-book.c
index 977357b..fc4d186 100644 (file)
@@ -326,9 +326,9 @@ commit_contact(EContact * contact)
                return;
 
 #ifdef MODEST_HAVE_OLD_ABOOK   
-       osso_abook_contact_commit(contact, FALSE, book, NULL);
-#else
        osso_abook_contact_commit(contact, FALSE, book);
+#else
+       osso_abook_contact_commit(contact, FALSE, book, NULL);
 #endif /* MODEST_HILDON_VERSION_0 */
 }