* src/compose.c
Fix bug 1799, '"Discard message" deletes manually
saved draft'. Switch rmode to REEDIT after
manually saving.
+2008-12-22 [colin] 3.7.0cvs4
+
+ * src/compose.c
+ Fix bug 1799, '"Discard message" deletes manually
+ saved draft'. Switch rmode to REEDIT after
+ manually saving.
+
2008-12-21 [paul] 3.7.0cvs3
* tools/claws.i18n.status.pl
( cvs diff -u -r 1.100.2.63 -r 1.100.2.64 AUTHORS; cvs diff -u -r 1.1.2.51 -r 1.1.2.52 src/gtk/authors.h; ) > 3.7.0cvs1.patchset
( cvs diff -u -r 1.100.2.64 -r 1.100.2.65 AUTHORS; cvs diff -u -r 1.1.2.52 -r 1.1.2.53 src/gtk/authors.h; ) > 3.7.0cvs2.patchset
( cvs diff -u -r 1.1.2.17 -r 1.1.2.18 tools/claws.i18n.status.pl; ) > 3.7.0cvs3.patchset
+( cvs diff -u -r 1.382.2.490 -r 1.382.2.491 src/compose.c; ) > 3.7.0cvs4.patchset
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=3
+EXTRA_VERSION=4
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
static void compose_save_cb(GtkAction *action, gpointer data)
{
- compose_draft(data, COMPOSE_KEEP_EDITING);
+ Compose *compose = (Compose *)data;
+ compose_draft(compose, COMPOSE_KEEP_EDITING);
+ compose->rmode = COMPOSE_REEDIT;
}
static void compose_attach_from_list(Compose *compose, GList *file_list, gboolean free_data)