From 5d73ebd4bcf87a222fb2fdb143cdf1a32f11b753 Mon Sep 17 00:00:00 2001 From: Melvin Hadasht Date: Fri, 11 Oct 2002 21:40:19 +0000 Subject: [PATCH] Removed buggy macro from bug #622040 --- ChangeLog.claws | 6 ++++++ configure.in | 2 +- src/compose.c | 3 --- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 871885a0e..67ba29f7e 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2002-10-11 [melvin] 0.8.5claws18 + + * src/compose.c + Removed buggy and unused macro (should have been committed in + 0.8.5claws17) + 2002-10-11 [melvin] 0.8.5claws17 * src/compose.c diff --git a/configure.in b/configure.in index bd3bc317d..676368588 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=5 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws17 +EXTRA_VERSION=claws18 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/compose.c b/src/compose.c index 0628996d8..1a9fe289c 100644 --- a/src/compose.c +++ b/src/compose.c @@ -6967,9 +6967,6 @@ static void text_activated(GtkWidget *widget, Compose *compose) compose_send_control_enter(compose); } -#define EDITABLE_LENGTH(x) \ - strlen(gtk_editable_get_chars(x,0,-1)) - static void text_inserted(GtkWidget *widget, const gchar *text, gint length, gint *position, Compose *compose) { -- 2.25.1