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=f94a93fff8ba51d0f8ff2f91eccb1c8f88f5ad4a;hpb=1cbda05a7cfb2067ce37b79f27674b5f005025a5;p=modest diff --git a/src/maemo/modest-connection-specific-smtp-window.h b/src/maemo/modest-connection-specific-smtp-window.h index f94a93f..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,11 +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, - const gchar* account_name); +modest_connection_specific_smtp_window_save_server_accounts (ModestConnectionSpecificSmtpWindow *self); G_END_DECLS