From 09f6c7e31a503e5ca90aa56a8701a412e1646bc8 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Thu, 24 Feb 2005 07:28:27 +0000 Subject: [PATCH] 2005-02-24 [colin] 1.0.1cvs15.11 * src/plugins/pgpmime/passphrase.c Disable input grabbing; it doesn't work yet. --- ChangeLog-gtk2.claws | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/plugins/pgpmime/passphrase.c | 5 +++++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index 85d7a2c69..12f52981f 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,8 @@ +2005-02-24 [colin] 1.0.1cvs15.11 + + * src/plugins/pgpmime/passphrase.c + Disable input grabbing; it doesn't work yet. + 2005-02-24 [colin] 1.0.1cvs15.10 * src/messageview.c diff --git a/PATCHSETS b/PATCHSETS index 9756f1177..7d06470cf 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -399,3 +399,4 @@ ( cvs diff -u -r 1.395.2.55 -r 1.395.2.56 src/summaryview.c; ) > 1.0.1cvs15.8.patchset ( cvs diff -u -r 1.395.2.56 -r 1.395.2.57 src/summaryview.c; ) > 1.0.1cvs15.9.patchset ( cvs diff -u -r 1.94.2.46 -r 1.94.2.47 src/messageview.c; ) > 1.0.1cvs15.10.patchset +( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/plugins/pgpmime/passphrase.c; ) > 1.0.1cvs15.11.patchset diff --git a/configure.ac b/configure.ac index 7c547ed8e..f86cfd063 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ INTERFACE_AGE=0 BINARY_AGE=0 EXTRA_VERSION=15 EXTRA_RELEASE= -EXTRA_GTK2_VERSION=.10 +EXTRA_GTK2_VERSION=.11 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION} diff --git a/src/plugins/pgpmime/passphrase.c b/src/plugins/pgpmime/passphrase.c index bb7931d8b..f1cbb62cd 100644 --- a/src/plugins/pgpmime/passphrase.c +++ b/src/plugins/pgpmime/passphrase.c @@ -68,7 +68,12 @@ static GtkWidget *create_description (const gchar *desc); void gpgmegtk_set_passphrase_grab (gint yes) { +#warning "passphrase grab does not work" +#if 0 grab_all = yes; +#else + grab_all = FALSE; +#endif } static gchar* -- 2.25.1