These changes are for reenabling build of gnome port.
[modest] / src / gnome / modest-account-view-window.c
index bc915f0..710e990 100644 (file)
@@ -180,8 +180,7 @@ on_remove_button_clicked (GtkWidget *button, ModestAccountViewWindow *self)
                        /* Remove account. If succeeded it removes also 
                           the account from the ModestAccountView */
                        removed = modest_account_mgr_remove_account (account_mgr,
-                                                                    account_name,
-                                                                    FALSE);
+                                                                    account_name);
                        if (removed) {
                                /* Show confirmation dialog ??? */
                        } else {