Also queue resize on body
[modest] / src / maemo / modest-connection-specific-smtp-window.h
index f94a93f..279681e 100644 (file)
@@ -33,6 +33,7 @@
 #include <modest-account-mgr.h>
 #include <gtk/gtkwindow.h>
 #include <gtk/gtktreeview.h>
+#include <gtk/gtkdialog.h>
 
 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