X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgtk2%2Fmodest-main-window.h;fp=src%2Fgtk2%2Fmodest-main-window.h;h=94c02acee752e031203344c5074fb1362498895e;hb=bc05794553fcec813da11e3ac979b45b491e1b45;hp=578caf0ba7fdbe91d2a6775aad91db837f87fc6c;hpb=f47ae6115eee709fb7f35d43a2efc6222ff4820b;p=modest diff --git a/src/gtk2/modest-main-window.h b/src/gtk2/modest-main-window.h index 578caf0..94c02ac 100644 --- a/src/gtk2/modest-main-window.h +++ b/src/gtk2/modest-main-window.h @@ -7,6 +7,8 @@ #include #include #include +#include +#include #ifdef HAVE_CONFIG_H #include @@ -40,7 +42,8 @@ struct _ModestMainWindowClass { GType modest_main_window_get_type (void) G_GNUC_CONST; -GtkWidget* modest_main_window_new (ModestWidgetFactory *factory, ModestConf *conf); +GtkWidget* modest_main_window_new (ModestConf *conf, ModestAccountMgr *account_mgr, + ModestWidgetFactory *factory); G_END_DECLS