From 7b26e933d8333a4c4e5ae14c0ded0b43d83698c1 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 6 Oct 2011 20:02:21 +0000 Subject: changed hideNoteByClass to closeNoteByClass git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@542 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpgwin.cpp') 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; -- cgit