sync with sylpheed 0.7.1cvs8
[claws.git] / src / mainwindow.h
index 94ade66615cd8fd2052b709299a4fc50e00fa2de..a058647112cb4c48dccf6a89304c91a00898b0f5 100644 (file)
@@ -28,7 +28,6 @@ typedef struct _MainWindow    MainWindow;
 #include "summaryview.h"
 #include "headerview.h"
 #include "messageview.h"
-#include "headerwindow.h"
 #include "logwindow.h"
 
 typedef enum
@@ -131,12 +130,12 @@ struct _MainWindow
        ToolbarStyle toolbar_style;
 
        guint lock_count;
+       guint menu_lock_count;
        guint cursor_count;
 
        FolderView      *folderview;
        SummaryView     *summaryview;
        MessageView     *messageview;
-       HeaderWindow    *headerwin;
        LogWindow       *logwin;
 };