[balsa] Build --without-threads
- From: Pawel Salek <pawels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Build --without-threads
- Date: Sat, 16 Feb 2013 14:54:02 +0000 (UTC)
commit 1b26bbcef253aa6a83074ed9a33a2fc66017101b
Author: Pawel Salek <pawsa0 gmail com>
Date: Sat Feb 16 15:53:44 2013 +0100
Build --without-threads
libbalsa/libbalsa-gpgme-cb.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libbalsa/libbalsa-gpgme-cb.c b/libbalsa/libbalsa-gpgme-cb.c
index 6034335..a90e276 100644
--- a/libbalsa/libbalsa-gpgme-cb.c
+++ b/libbalsa/libbalsa-gpgme-cb.c
@@ -118,7 +118,8 @@ lb_gpgme_passphrase(void *hook, const gchar * uid_hint,
passwd = apd.res;
}
#else
- passwd = get_passphrase_real(context, uid_hint, prev_was_bad);
+ passwd = get_passphrase_real(uid_hint, passphrase_info, prev_was_bad,
+ parent);
#endif /* BALSA_USE_THREADS */
if (!passwd) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]