summaryrefslogtreecommitdiff
path: root/finance/qhacc/files/patch-plugins::gpg::gpgplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'finance/qhacc/files/patch-plugins::gpg::gpgplugin.cpp')
-rw-r--r--finance/qhacc/files/patch-plugins::gpg::gpgplugin.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/finance/qhacc/files/patch-plugins::gpg::gpgplugin.cpp b/finance/qhacc/files/patch-plugins::gpg::gpgplugin.cpp
new file mode 100644
index 000000000000..ce4133454c49
--- /dev/null
+++ b/finance/qhacc/files/patch-plugins::gpg::gpgplugin.cpp
@@ -0,0 +1,10 @@
+--- ./plugins/gpg/gpgplugin.cpp.orig 2009-06-30 00:55:33.000000000 -0400
++++ ./plugins/gpg/gpgplugin.cpp 2009-06-30 00:59:33.000000000 -0400
+@@ -56,6 +56,7 @@
+ const PluginInfo& GPGDBPlugin::info() const { return pinfo; }
+
+ bool GPGDBPlugin::iconnect( QHacc *, const QString&, QString& error ){
++ gpgme_check_version( NULL );
+ madectx=( GPG_ERR_NO_ERROR==gpgme_new( &gpgctx ) );
+ if( madectx ){
+ gpgme_set_passphrase_cb( gpgctx, GPGDBPlugin::passphrase_cb,