From: Paul Mangan Date: Sat, 31 Jan 2009 20:19:43 +0000 (+0000) Subject: 2009-01-31 [paul] 3.7.0cvs53 X-Git-Tag: rel_3_7_1~26 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=f83b27f5a3de62a2e1fea2d28c052ce4d63a5ecd;hp=0eea16b20f8d7fa5060e33fbe62db465fea57f08 2009-01-31 [paul] 3.7.0cvs53 * src/compose.c revert 3.7.0cvs49, until there is time to find out why it causes a nasty crash! --- diff --git a/ChangeLog b/ChangeLog index 015b471e3..876a4c259 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-31 [paul] 3.7.0cvs53 + + * src/compose.c + revert 3.7.0cvs49, until there is time to find out + why it causes a nasty crash! + 2009-01-31 [paul] 3.7.0cvs52 * src/mainwindow.c diff --git a/PATCHSETS b/PATCHSETS index dfa3f9e0a..43d70dafb 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3714,3 +3714,4 @@ ( cvs diff -u -r 1.12.2.51 -r 1.12.2.52 src/gtk/prefswindow.c; ) > 3.7.0cvs50.patchset ( cvs diff -u -r 1.94.2.197 -r 1.94.2.198 src/messageview.c; ) > 3.7.0cvs51.patchset ( cvs diff -u -r 1.274.2.296 -r 1.274.2.297 src/mainwindow.c; ) > 3.7.0cvs52.patchset +( cvs diff -u -r 1.382.2.497 -r 1.382.2.498 src/compose.c; ) > 3.7.0cvs53.patchset diff --git a/configure.ac b/configure.ac index 76025f1ef..e91c8ee60 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=7 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=52 +EXTRA_VERSION=53 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/compose.c b/src/compose.c index e1899413b..2ba2c2ae0 100644 --- a/src/compose.c +++ b/src/compose.c @@ -10012,7 +10012,7 @@ static void compose_grab_focus_cb(GtkWidget *widget, Compose *compose) static void compose_changed_cb(GtkTextBuffer *textbuf, Compose *compose) { compose->modified = TRUE; - compose_beautify_paragraph(compose, NULL, TRUE); +// compose_beautify_paragraph(compose, NULL, TRUE); #ifndef GENERIC_UMPC compose_set_title(compose); #endif