Fix bug #2447, "Compose window crashes if moving a folder that is being replied to...
[claws.git] / src / prefs_actions.c
index 673d9b510da8796fc9b7a56474487e42467191f2..030a66d097636d02e3ec9a50b9329cd674c1f796 100644 (file)
@@ -920,8 +920,8 @@ static void prefs_actions_cancel(GtkWidget *w, gpointer data)
 static void prefs_actions_ok(GtkWidget *widget, gpointer data)
 {
        MainWindow *mainwin = (MainWindow *) data;
-       GList *list;
-       GList *iter;
+       const GList *list;
+       const GList *iter;
        MessageView *msgview;
        Compose *compose;
        GtkListStore *store;