Removed MainWindow dependency from widgets
[modest] / src / widgets / modest-main-window.h
index 8c7462e..a9f9476 100644 (file)
@@ -31,7 +31,7 @@
 #ifndef __MODEST_MAIN_WINDOW_H__
 #define __MODEST_MAIN_WINDOW_H__
 
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 #include <widgets/modest-window.h>
 #include <widgets/modest-header-view.h>
 #include <widgets/modest-folder-view.h>
@@ -78,6 +78,7 @@ typedef enum _ModestMainWindowContentsStyle {
        MODEST_MAIN_WINDOW_CONTENTS_STYLE_HEADERS,
        MODEST_MAIN_WINDOW_CONTENTS_STYLE_DETAILS,
        MODEST_MAIN_WINDOW_CONTENTS_STYLE_EMPTY,
+       MODEST_MAIN_WINDOW_CONTENTS_STYLE_FOLDERS,
 } ModestMainWindowContentsStyle;
 
 /* toolbar modes  */