Home GnuPG

Fix crash when asking whether to use a file's current name or the embedded file…

Description

Fix crash when asking whether to use a file's current name or the embedded file name after decryption

The KMessageBox asking this is parented to the decryption dialog. This has recently been changed to run asynchronously,
causing it to be deleted before the KMessageBox is finished, which means that the messagebox has an invalid parent.