2007-06-04 [wwp] 2.9.2cvs35
[claws.git] / src / prefs_compose_writing.c
index 5de6f000a41f042011fc6986ad65a2804f9aa878..f4a51409ff847577668ef7a05d7d4146ae309b30 100644 (file)
@@ -327,6 +327,7 @@ static void prefs_compose_writing_save(PrefsPage *_page)
        prefs_common.compose_dnd_mode = GPOINTER_TO_INT
                (g_object_get_data(G_OBJECT(menuitem), MENU_VAL_ID));
 
+       g_free(prefs_common.quote_chars); 
        prefs_common.quote_chars = gtk_editable_get_chars(
                        GTK_EDITABLE(page->entry_quote_chars), 0, -1);
        remove_space(prefs_common.quote_chars);