https://projects.maemo.org
[modest] / src / maemo / easysetup / modest-easysetup-wizard.h
index 289472f..adb610b 100644 (file)
@@ -41,6 +41,11 @@ typedef struct {
        /* Used by derived widgets to query existing accounts,
         * and to create new accounts: */
        ModestAccountMgr *account_manager;
+       
+       /* 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;