aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/VerifyNotification.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/VerifyNotification.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/VerifyNotification.cpp b/src/ui/VerifyNotification.cpp
index b5b2c890..9283120f 100644
--- a/src/ui/VerifyNotification.cpp
+++ b/src/ui/VerifyNotification.cpp
@@ -130,7 +130,7 @@ bool VerifyNotification::slotRefresh() {
case GPG_ERR_BAD_SIGNATURE: {
textIsSigned = 3;
verifyStatus = VERIFY_ERROR_CRITICAL;
- GpgKey key = mCtx->getKeyById(sign->fpr);
+ GpgKey key = mCtx->getKeyByFpr(sign->fpr);
if(!key.good) break;