diff options
Diffstat (limited to 'src/core/thread/CtxCheckTask.cpp')
-rw-r--r-- | src/core/thread/CtxCheckTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/thread/CtxCheckTask.cpp b/src/core/thread/CtxCheckTask.cpp index cfaea461..7fb0fa0a 100644 --- a/src/core/thread/CtxCheckTask.cpp +++ b/src/core/thread/CtxCheckTask.cpp @@ -45,7 +45,7 @@ void GpgFrontend::Thread::CoreInitTask::Run() { InitGpgFrontendCore(); // Create & Check Gnupg Context Status - if (!GpgContext::GetInstance().good()) { + if (!GpgContext::GetInstance().Good()) { emit SignalGnupgNotInstall(); } // Try flushing key cache |