From 72e3a782a7949a339b963d3edd269789a659eac0 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 28 Feb 2008 16:14:00 +0000 Subject: [PATCH] * Removed invalid initializations, that were breaking the account setup pmo-trunk-r4249 --- .../easysetup/modest-easysetup-wizard-dialog.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/maemo/easysetup/modest-easysetup-wizard-dialog.c b/src/maemo/easysetup/modest-easysetup-wizard-dialog.c index 542dd01..51fb83d 100644 --- a/src/maemo/easysetup/modest-easysetup-wizard-dialog.c +++ b/src/maemo/easysetup/modest-easysetup-wizard-dialog.c @@ -1254,14 +1254,6 @@ modest_easysetup_wizard_dialog_init (ModestEasysetupWizardDialog *self) priv->page_welcome = create_page_welcome (self); priv->page_account_details = create_page_account_details (self); priv->page_user_details = create_page_user_details (self); - priv->page_account_details = NULL; - priv->combo_account_country = NULL; - priv->combo_account_serviceprovider = NULL; - priv->entry_account_title = NULL; - priv->entry_user_name = NULL; - priv->entry_user_username = NULL; - priv->entry_user_password = NULL; - priv->entry_user_email = NULL; priv->page_complete_easysetup = NULL; priv->page_custom_incoming = NULL; priv->combo_incoming_servertype = NULL; -- 1.7.9.5