diff options
-rw-r--r-- | src/gpg/result_analyse/DecryptResultAnalyse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg/result_analyse/DecryptResultAnalyse.cpp b/src/gpg/result_analyse/DecryptResultAnalyse.cpp index f7fc70fe..9c3e7dd0 100644 --- a/src/gpg/result_analyse/DecryptResultAnalyse.cpp +++ b/src/gpg/result_analyse/DecryptResultAnalyse.cpp @@ -86,7 +86,7 @@ bool GpgFrontend::DecryptResultAnalyse::print_reci(std::stringstream &stream, stream << std::endl; - stream << " " << _("Keu ID") << ": " << key.id().c_str() << std::endl; + stream << " " << _("Keu ID") << ": " << reci->keyid << std::endl; stream << " " << _("Public Algo") << ": " << gpgme_pubkey_algo_name(reci->pubkey_algo) << std::endl; |