2008-12-09 [colin] 3.6.1cvs66
[claws.git] / src / compose.h
index 9a51ad6c8f556ca0ef71286b4361e5a3259a3b0a..9773b3a89336d53c551491ca92f0df1349cfc0d1 100644 (file)
@@ -110,7 +110,7 @@ struct _Compose
 
        /* Others */
        GtkWidget *savemsg_checkbtn;
-       GtkWidget *savemsg_entry;
+       GtkWidget *savemsg_combo;
 
        /* Headers notebook */
        GtkWidget *notebook;
@@ -200,12 +200,6 @@ struct _Compose
        GIOChannel *exteditor_ch;
        gint        exteditor_tag;
 
-#if USE_ENCHANT
-        /* GNU/aspell spell checker */
-        GtkAspell *gtkaspell;
-       GtkWidget *aspell_options_menu;
-#endif
-
        /* Priority */
        gint priority;
 
@@ -235,6 +229,11 @@ struct _Compose
        GtkWidget *first_entry;
        
        GtkUIManager *ui_manager;
+#if USE_ENCHANT
+        /* GNU/aspell spell checker */
+        GtkAspell *gtkaspell;
+       GtkWidget *aspell_options_menu;
+#endif
 };
 
 struct _AttachInfo