fix bug where 'Compose News' icon showed wrong tooltip
authorPaul Mangan <paul@claws-mail.org>
Fri, 16 Aug 2002 12:12:15 +0000 (12:12 +0000)
committerPaul Mangan <paul@claws-mail.org>
Fri, 16 Aug 2002 12:12:15 +0000 (12:12 +0000)
ChangeLog.claws
configure.in
src/toolbar.h

index 86cfc687cb9f5d2de3c0ddac53231a719e3fb4f7..7202751b88993f52cbed291224575467cf40d529 100644 (file)
@@ -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
 2002-08-16 [paul]      0.8.1claws66
 
        * sync with 0.8.1cvs24
index 7766a0b68e783d8e5ea1076e3314e4175f2631e0..4b117b129cb97eaa1bc2651c2e927c7f135fdc70 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=8
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
 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
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 980997477231b551874645a392a428e12d961ade..a3589f49e4198e3afacd1c27759deb9cc321b1af 100644 (file)
@@ -38,13 +38,13 @@ typedef enum
        A_DELETE,
        A_EXECUTE,
        A_GOTO_NEXT,
        A_DELETE,
        A_EXECUTE,
        A_GOTO_NEXT,
-       A_SYL_ACTIONS, 
+       A_SYL_ACTIONS,
+       A_COMPOSE_NEWS, 
        
        N_ACTION_VAL
 } CTActionVal;
 
        
        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;
 
 
 typedef struct _ToolbarAction ToolbarAction;