From 7bd54f5a796f6f1276bbd310deaf1f2ac673954d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 28 Apr 2013 16:44:42 -0500 Subject: Fix retriggering of GPGMe socket notifiers in nested event loops This resolves Bug 825 Add missing GPGMe feature checks to CMake --- kmail/kmmainwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail') diff --git a/kmail/kmmainwidget.cpp b/kmail/kmmainwidget.cpp index 97f7922f7..daad92215 100644 --- a/kmail/kmmainwidget.cpp +++ b/kmail/kmmainwidget.cpp @@ -1767,7 +1767,7 @@ void KMMainWidget::slotStartCertManager() certManagerProc << "kleopatra"; if( !certManagerProc.start( TDEProcess::DontCare ) ) - KMessageBox::error( this, i18n( "Could not start certificate manager; " + KMessageBox::error( this, i18n( "Could not start certificate manager 'kleopatra'; " "please check your installation." ), i18n( "KMail Error" ) ); else -- cgit v1.2.1