* Removed the password_selected signal
[modest] / src / modest-widget-factory.c
index 3ce6be0..cfac9b9 100644 (file)
 #include "modest-widget-memory.h"
 #include <modest-protocol-info.h>
 #include "modest-tny-platform-factory.h"
-#include "modest-account-mgr.h"
+
+#include <modest-account-mgr.h>
+#include <modest-account-mgr-helpers.h>
+
 #include "modest-mail-operation.h"
 #include "widgets/modest-header-view-priv.h"
 
@@ -166,8 +169,7 @@ init_widgets (ModestWidgetFactory *self)
 
        /* header view */
        if (!(priv->header_view =
-             MODEST_HEADER_VIEW(modest_header_view_new
-                                (NULL, NULL,0)))) {
+             MODEST_HEADER_VIEW(modest_header_view_new (NULL,MODEST_HEADER_VIEW_STYLE_DETAILS)))) {
                g_printerr ("modest: cannot instantiate header view\n");
                return FALSE;
        }