Skip to content

Fix re-verifying signature after importing key in verification result dialog

Tobias Fella requested to merge work/tobias/7429 into master

When the key lookup dialog closes, the QProgressDialog that shows the lookup progress receives as Close event, which makes it emit canceled, which triggers our cancel logic - ultimately resulting in the new certificate being processed directly. The patch breaks this chain by manually deleting the dialog once it's finished.

GnuPG-Bug-ID: 7429

Edited by Tobias Fella

Merge request reports

Loading