* Fixes NB#90207, fixes a typo
[modest] / src / maemo / modest-connection-specific-smtp-window.h
index 8ad34ca..279681e 100644 (file)
 #ifndef __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW
 #define __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW
 
+#include <modest-account-mgr.h>
 #include <gtk/gtkwindow.h>
 #include <gtk/gtktreeview.h>
+#include <gtk/gtkdialog.h>
 
 G_BEGIN_DECLS
 
@@ -58,18 +60,25 @@ 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);
 
 ModestConnectionSpecificSmtpWindow* modest_connection_specific_smtp_window_new (void);
 
+void
+modest_connection_specific_smtp_window_fill_with_connections (ModestConnectionSpecificSmtpWindow *self, 
+       ModestAccountMgr *account_manager);
+
+gboolean
+modest_connection_specific_smtp_window_save_server_accounts (ModestConnectionSpecificSmtpWindow *self);
+
 G_END_DECLS
 
 #endif /* __MODEST_MAEMO_CONNECTION_SPECIFIC_SMTP_WINDOW */