[Commits] [SCM] claws branch, gtk3, updated. 3.99.0-46-gb7e8f5299

paul at claws-mail.org paul at claws-mail.org
Tue Mar 9 08:26:16 CET 2021


The branch, gtk3 has been updated
       via  b7e8f5299b20bba15aca74d4d6702aef4ad6d94f (commit)
      from  d89b3bd8c7b38c4fe10f8abeb70d89fd85158fb6 (commit)

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


- Log -----------------------------------------------------------------
commit b7e8f5299b20bba15aca74d4d6702aef4ad6d94f
Author: paul <paul at claws-mail.org>
Date:   Tue Mar 9 07:26:11 2021 +0000

    fix typo. Thanks to  Thorsten Maerz

diff --git a/src/plugins/pgpcore/pgp_viewer.c b/src/plugins/pgpcore/pgp_viewer.c
index 6487ef61a..51cb4defc 100644
--- a/src/plugins/pgpcore/pgp_viewer.c
+++ b/src/plugins/pgpcore/pgp_viewer.c
@@ -254,7 +254,7 @@ static void pgpview_show_mime_part(TextView *textview, MimeInfo *partinfo)
 
 			ctx->done = FALSE;
 			ctx->exitcode = STILL_ACTIVE;
-			ctx->cmd = (val == G_ALERTOTHER)? cmd_wks : cmd_ks;
+			ctx->cmd = (val == G_ALERTOTHER)? cmd_wkd : cmd_ks;
 
 			if (pthread_create(&pt, NULL,
 						_import_threaded, (void *)ctx) != 0) {

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list