* refactored account setup wizard (assistant), with specifics for transport/store
[modest] / src / gtk2 / modest-account-view-window.h
index 12bd393..8db09c4 100644 (file)
@@ -35,8 +35,7 @@ struct _ModestAccountViewWindowClass {
 /* member functions */
 GType        modest_account_view_window_get_type    (void) G_GNUC_CONST;
 
-
-GtkWidget*   modest_account_view_window_new         (ModestConf *conf,
+GtkWidget*   modest_account_view_window_new         (ModestAccountMgr *account_mgr,
                                                     ModestWidgetFactory *factory);
 
 G_END_DECLS