commit bba551c9ead6236cf87dc0cd158c58079c004ada parent 57c3f9807d7efb0c5705b4b82885c9b32ef7d007 Author: paul <paul@claws-mail.org> Date: Tue, 9 Mar 2021 07:26:11 +0000 fix typo. Thanks to Thorsten Maerz Diffstat:
| M | src/plugins/pgpcore/pgp_viewer.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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) {