[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-34-g6c22dc1ff

paul at claws-mail.org paul at claws-mail.org
Mon May 23 12:10:47 CEST 2022


The branch, gtk2 has been updated
       via  6c22dc1ffac114cb1b0dd73cb811e4f03ac80b08 (commit)
      from  7f45f81fc56411ec4a204f0b6502a1f08b16ebe8 (commit)

Summary of changes:
 src/compose.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 6c22dc1ffac114cb1b0dd73cb811e4f03ac80b08
Author: Paul <paul at claws-mail.org>
Date:   Mon May 23 11:10:06 2022 +0100

    add missing space

diff --git a/src/compose.c b/src/compose.c
index 0e9f68d8a..2afaa20f7 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -10776,7 +10776,7 @@ static void compose_close_cb(GtkAction *action, gpointer data)
 			debug_print("couldn't lock mutex, probably sending\n");
 			return;
 		}
-		if (!reedit || (compose->folder != NULL &&compose->folder->stype == F_DRAFT)) {
+		if (!reedit || (compose->folder != NULL && compose->folder->stype == F_DRAFT)) {
 			val = alertpanel(_("Discard message"),
 				 _("This message has been modified. Discard it?"),
 				 _("_Discard"), _("_Save to Drafts"), GTK_STOCK_CANCEL,

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list