X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-connection-specific-smtp-window.h;h=279681ed65d2b4cd8e1f8b483d86db03fe473283;hb=a4a4f2640022f8b27dc85bc1ef49ac88dbbcf3d3;hp=1372cc5f131496e7b4e10f3643ceed04fda3017f;hpb=93d564f187ed22d1acc94f6cb9994c61754c9f80;p=modest diff --git a/src/maemo/modest-connection-specific-smtp-window.h b/src/maemo/modest-connection-specific-smtp-window.h index 1372cc5..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);