aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 7ed6072..2e42095 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -676,7 +676,7 @@ void GpgWin::verify()
int textIsSigned = isSigned(text);
gpgme_signature_t sign = mCtx->verify(text);
- edit->curPage()->hideNoteByClass("verifyNotification");
+ edit->curPage()->closeNoteByClass("verifyNotification");
if (sign == NULL) {
return;