2007-05-02 Murray Cumming <murrayc@murrayc.com>
[modest] / src / maemo / modest-account-settings-dialog.h
index 769d622..9aff911 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <gtk/gtkdialog.h> 
 #include "modest-account-mgr.h"
-#include <hildon-widgets/hildon-caption.h>
+#include "modest-hildon-includes.h"
 
 G_BEGIN_DECLS
 
@@ -41,6 +41,7 @@ typedef struct {
         * and to create new accounts: */
        ModestAccountMgr *account_manager;
        
+       gboolean modified;
        gchar * account_name; /* This may not change. It is not user visible. */
        gchar * original_account_title;
        
@@ -78,6 +79,9 @@ typedef struct {
        GtkWidget *checkbox_outgoing_smtp_specific;
        GtkWidget *button_outgoing_smtp_servers;
        
+       GtkWidget *specific_window;
+       GtkWidget *signature_dialog;
+       
 } ModestAccountSettingsDialog;
 
 typedef struct {