X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-connection-specific-smtp-window.h;h=279681ed65d2b4cd8e1f8b483d86db03fe473283;hb=f26beac0b11272f825c2c0467f803a2d630d1a1a;hp=b584703398b17aedccc8ad91229adb6dd1ad8419;hpb=6d2cc7fda4c21ce383c62737a2804e388cb48b26;p=modest diff --git a/src/maemo/modest-connection-specific-smtp-window.h b/src/maemo/modest-connection-specific-smtp-window.h index b584703..279681e 100644 --- a/src/maemo/modest-connection-specific-smtp-window.h +++ b/src/maemo/modest-connection-specific-smtp-window.h @@ -33,6 +33,7 @@ #include #include #include +#include G_BEGIN_DECLS @@ -59,12 +60,12 @@ G_BEGIN_DECLS MODEST_TYPE_CONNECTION_SPECIFIC_SMTP_WINDOW, ModestConnectionSpecificSmtpWindowClass)) typedef struct { - GtkWindow parent; + GtkDialog parent; } ModestConnectionSpecificSmtpWindow; typedef struct { - GtkWindowClass parent_class; + GtkDialogClass parent_class; } ModestConnectionSpecificSmtpWindowClass; GType modest_connection_specific_smtp_window_get_type (void); @@ -73,7 +74,10 @@ ModestConnectionSpecificSmtpWindow* modest_connection_specific_smtp_window_new ( void modest_connection_specific_smtp_window_fill_with_connections (ModestConnectionSpecificSmtpWindow *self, - ModestAccountMgr *account_manager, const gchar* account_name); + ModestAccountMgr *account_manager); + +gboolean +modest_connection_specific_smtp_window_save_server_accounts (ModestConnectionSpecificSmtpWindow *self); G_END_DECLS