fix typo in toolbar code
authorPaul Mangan <paul@claws-mail.org>
Tue, 6 Jul 2004 11:54:50 +0000 (11:54 +0000)
committerPaul Mangan <paul@claws-mail.org>
Tue, 6 Jul 2004 11:54:50 +0000 (11:54 +0000)
ChangeLog.claws
configure.ac
src/toolbar.c

index 8ea109d6f8cb831ea6ce3093ce5eb3de6f13ec03..1bad5888a76d0ca2b022ff87620d6d152c41617e 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-06 [paul]      0.9.12cvs11
+
+       * src/toolbar.c
+               fix typo. (spotted by Fabien Vantard)
+
 2004-07-06 [paul]      0.9.12cvs10
 
        * src/main.c
index aa05a3b60834faeec8a98c490e3edc8355d01999..aa98e440feed066dd8c6d8849a8b02d10e09746c 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=12
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=10
+EXTRA_VERSION=11
 EXTRA_RELEASE=
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
index 534b53fa3d15c666bb48c41bf61d098332769740..af2a4b7f58979495bc436fb1f538eb6a76d2696e 100644 (file)
@@ -1369,7 +1369,7 @@ Toolbar *toolbar_create(ToolbarType        type,
                                             toolbar_data->reply_btn,
                                           _("Reply to Message"), NULL);
                        n_menu_entries = sizeof(reply_entries) / 
-                               sizeof(replysender_entries[0]);
+                               sizeof(reply_entries[0]);
                        reply_combo = gtkut_combo_button_create(toolbar_data->reply_btn,
                                              reply_entries, n_menu_entries,
                                              "<Reply>", (gpointer)toolbar_item);