[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/nepomuk_email_feeder
From:       Volker Krause <vkrause () kde ! org>
Date:       2010-01-14 17:20:50
Message-ID: 1263489650.104775.1610.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1074742 by vkrause:

Follow gpgme++ API changes.


 M  +2 -2      task.cpp  


--- trunk/KDE/kdepim/nepomuk_email_feeder/task.cpp #1074741:1074742
@@ -79,7 +79,7 @@
   }
 
   delete m_ctx;
-  m_ctx = GpgME::Context::createForProtocol( GpgME::G13 );
+  m_ctx = GpgME::Context::createForEngine( GpgME::G13Engine ).release();
   if ( !m_ctx )
     return false;
   const GpgME::Error error = m_ctx->createVFS( path.toLocal8Bit(), keys );
@@ -104,7 +104,7 @@
   }
 
   if ( !m_ctx )
-    m_ctx = GpgME::Context::createForProtocol( GpgME::G13 );
+    m_ctx = GpgME::Context::createForEngine( GpgME::G13Engine ).release();
   if ( !m_ctx ) {
     kWarning() << "Unable to aquire GpgME context for G13";
     return false;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic