From 45f3763a1100d3ea4c313cfb8c160b99b3b28387 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Tue, 22 Feb 2005 07:27:23 +0000 Subject: [PATCH] 2005-02-22 [colin] 1.0.1cvs15.5 * src/expldifdlg.c Fix keyboard input. Patch by Alfons. --- ChangeLog-gtk2.claws | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/expldifdlg.c | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index 20a96d2f3..225479b3f 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,8 @@ +2005-02-22 [colin] 1.0.1cvs15.5 + + * src/expldifdlg.c + Fix keyboard input. Patch by Alfons. + 2005-02-21 [colin] 1.0.1cvs15.4 * src/compose.c diff --git a/PATCHSETS b/PATCHSETS index 09bd35add..5ef5a3f45 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -393,3 +393,4 @@ ( cvs diff -u -r 1.6.2.4 -r 1.6.2.5 po/Makefile.in.in; cvs diff -u -r 1.382.2.103 -r 1.382.2.104 src/compose.c; cvs diff -u -r 1.395.2.53 -r 1.395.2.54 src/summaryview.c; cvs diff -u -r 1.96.2.47 -r 1.96.2.48 src/textview.c; cvs diff -u -r 1.36.2.25 -r 1.36.2.26 src/common/utils.c; cvs diff -u -r 1.20.2.13 -r 1.20.2.14 src/common/utils.h; ) > 1.0.1cvs15.2.patchset ( cvs diff -u -r 1.115.2.28 -r 1.115.2.29 src/main.c; ) > 1.0.1cvs15.3.patchset ( cvs diff -u -r 1.382.2.104 -r 1.382.2.105 src/compose.c; cvs diff -u -r 1.204.2.31 -r 1.204.2.32 src/prefs_common.c; cvs diff -u -r 1.395.2.54 -r 1.395.2.55 src/summaryview.c; ) > 1.0.1cvs15.4.patchset +( cvs diff -u -r 1.1.4.7 -r 1.1.4.8 src/expldifdlg.c; ) > 1.0.1cvs15.5.patchset diff --git a/configure.ac b/configure.ac index d50f1f538..3f39b0bc8 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=.4 +EXTRA_GTK2_VERSION=.5 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/expldifdlg.c b/src/expldifdlg.c index de7132d7b..fdc09fc98 100644 --- a/src/expldifdlg.c +++ b/src/expldifdlg.c @@ -154,6 +154,7 @@ static gboolean export_ldif_key_pressed( GtkWidget *widget, GdkEventKey *event, if (event && event->keyval == GDK_Escape) { export_ldif_cancel( widget, data ); } + return FALSE } /** -- 2.25.1