fix typo. Thanks to Thorsten Maerz
authorpaul <paul@claws-mail.org>
Tue, 9 Mar 2021 07:26:11 +0000 (07:26 +0000)
committerPaul <paul@claws-mail.org>
Tue, 9 Mar 2021 07:26:50 +0000 (07:26 +0000)
src/plugins/pgpcore/pgp_viewer.c

index 92ea643b98d0229843d233763f70529baeb98669..df94c95b44b9f619e6bc91a684060611b60f11d3 100644 (file)
@@ -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) {