From e7e5d88e11975c6e9132ff646054d67504e305ee Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Fri, 16 Aug 2002 12:12:15 +0000 Subject: [PATCH] fix bug where 'Compose News' icon showed wrong tooltip --- ChangeLog.claws | 6 ++++++ configure.in | 2 +- src/toolbar.h | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 86cfc687c..7202751b8 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2002-08-16 [paul] 0.8.1claws67 + + * src/toolbar.h + fix bug where 'Compose News' icon showed wrong + tooltip + 2002-08-16 [paul] 0.8.1claws66 * sync with 0.8.1cvs24 diff --git a/configure.in b/configure.in index 7766a0b68..4b117b129 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=8 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws66 +EXTRA_VERSION=claws67 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/toolbar.h b/src/toolbar.h index 980997477..a3589f49e 100644 --- a/src/toolbar.h +++ b/src/toolbar.h @@ -38,13 +38,13 @@ typedef enum A_DELETE, A_EXECUTE, A_GOTO_NEXT, - A_SYL_ACTIONS, + A_SYL_ACTIONS, + A_COMPOSE_NEWS, N_ACTION_VAL } CTActionVal; -#define A_COMPOSE_NEWS N_ACTION_VAL + 1 -#define A_SEPARATOR N_ACTION_VAL + 2 +#define A_SEPARATOR N_ACTION_VAL + 1 typedef struct _ToolbarAction ToolbarAction; -- 2.25.1