diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-06 20:02:21 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-06 20:02:21 +0000 |
commit | 7b26e933d8333a4c4e5ae14c0ded0b43d83698c1 (patch) | |
tree | 3dd7019af6d77635ba6ea0453c16c164a012ac5f /gpgwin.cpp | |
parent | removed beautifyfingerprint-method from gpgwin (diff) | |
download | gpg4usb-7b26e933d8333a4c4e5ae14c0ded0b43d83698c1.tar.gz gpg4usb-7b26e933d8333a4c4e5ae14c0ded0b43d83698c1.zip |
changed hideNoteByClass to closeNoteByClass
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@542 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r-- | gpgwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |