* src/prefs_quote.c
Fix bug #816 (Weird quotation with spaces)
+2005-09-27 [colin] 1.9.14cvs57
+
+ * src/prefs_quote.c
+ Fix bug #816 (Weird quotation with spaces)
+
2005-09-27 [colin] 1.9.14cvs56
* src/codeconv.c
( cvs diff -u -r 1.9.2.27 -r 1.9.2.28 src/gtk/gtkaspell.c; ) > 1.9.14cvs54.patchset
( cvs diff -u -r 1.9.2.28 -r 1.9.2.29 src/gtk/gtkaspell.c; ) > 1.9.14cvs55.patchset
( cvs diff -u -r 1.65.2.39 -r 1.65.2.40 src/codeconv.c; cvs diff -u -r 1.382.2.176 -r 1.382.2.177 src/compose.c; cvs diff -u -r 1.50.2.13 -r 1.50.2.14 src/compose.h; ) > 1.9.14cvs56.patchset
+( cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/prefs_quote.c; ) > 1.9.14cvs57.patchset
MICRO_VERSION=14
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=56
+EXTRA_VERSION=57
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
GTK_EDITABLE(page->entry_quote_chars), 0, -1);
prefs_common.reply_with_quote = gtk_toggle_button_get_active(
GTK_TOGGLE_BUTTON(page->checkbtn_reply_with_quote));
+
+ remove_space(prefs_common.quote_chars);
}
static void prefs_quote_destroy_widget(PrefsPage *_page)