* src/modest-defs.h:
[modest] / src / maemo / easysetup / modest-easysetup-wizard.h
index 2eb2f79..9f9ff6a 100644 (file)
@@ -75,12 +75,8 @@ typedef struct {
        /* Used by derived widgets to query existing accounts,
         * and to create new accounts: */
        ModestAccountMgr *account_manager;
+       ModestAccountSettings *settings;
        
-       /* Whether we saved the account before we were finished, 
-        * to allow editing via the Advanced Settings dialog.
-        * We might need to delete the account if Finish is never clicked. */
-       gchar* saved_account_name;
-               
        /* notebook pages: */
        GtkWidget *page_welcome;
        
@@ -112,7 +108,6 @@ typedef struct {
        GtkWidget *button_outgoing_smtp_servers;
        
        GtkWidget *page_complete_customsetup;
-       GtkWidget *button_edit;
        
        GtkWidget *specific_window;