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 226f71b..494b622 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -732,6 +732,7 @@ void GpgWin::verify()
int textIsSigned = isSigned(text);
gpgme_signature_t sign = mCtx->verify(text);
+ edit->curPage()->hideNoteByClass("verifyNotification");
if (sign == NULL) {
return;
@@ -777,7 +778,6 @@ void GpgWin::verify()
verifyLabelText.remove(verifyLabelText.length()-1,1);
vn->setVerifyLabel(verifyLabelText);
- edit->curPage()->removeNoteByClass("verifyNotification");
edit->curPage()->showNotificationWidget(vn, "verifyNotification");
}