[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-33-g7f45f81fc
paul at claws-mail.org
paul at claws-mail.org
Mon May 23 12:07:45 CEST 2022
The branch, gtk2 has been updated
via 7f45f81fc56411ec4a204f0b6502a1f08b16ebe8 (commit)
from a44911ee34ee2f80d78885e39eb2477486b4c060 (commit)
Summary of changes:
src/compose.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 7f45f81fc56411ec4a204f0b6502a1f08b16ebe8
Author: Paul <paul at claws-mail.org>
Date: Mon May 23 11:06:57 2022 +0100
fix bug 4583, 'Compose window 'Discard message' dialog is displayed even though draft is already saved'
diff --git a/src/compose.c b/src/compose.c
index d29eb91cf..0e9f68d8a 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -10635,6 +10635,8 @@ static void compose_save_cb(GtkAction *action, gpointer data)
Compose *compose = (Compose *)data;
compose_draft(compose, COMPOSE_KEEP_EDITING);
compose->rmode = COMPOSE_REEDIT;
+ compose->modified = FALSE;
+ compose_set_title(compose);
}
void compose_attach_from_list(Compose *compose, GList *file_list, gboolean free_data)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list