2005-02-27 [paul] 1.0.1cvs20
authorPaul Mangan <paul@claws-mail.org>
Sun, 27 Feb 2005 16:23:15 +0000 (16:23 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sun, 27 Feb 2005 16:23:15 +0000 (16:23 +0000)
* src/messageview.c
fix crash-causing typo. spotted by
Ralgh Young

ChangeLog.claws
PATCHSETS
configure.ac
src/messageview.c

index 7965006f6a90cc50b083de89bd025d0d30a3f830..44232c379435f86714b8cfd26f9c8ad32754d88c 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-27 [paul]      1.0.1cvs20
+
+       * src/messageview.c
+               fix crash-causing typo. spotted by
+               Ralgh Young 
+
 2005-02-25 [paul]      1.0.1cvs19
 
        * src/prefs_account.c
index daec3f690f38b0505db75547014bb35d10081fe6..5350e36410c13050e5daddf1948665cb64e0fa45 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.478 -r 1.479 src/compose.c; ) > 1.0.1cvs17.patchset
 ( cvs diff -u -r 1.134 -r 1.135 src/messageview.c; ) > 1.0.1cvs18.patchset
 ( cvs diff -u -r 1.123 -r 1.124 src/prefs_account.c; cvs diff -u -r 1.63 -r 1.64 src/prefs_folder_item.c; cvs diff -u -r 1.20 -r 1.21 src/gtk/prefswindow.c; cvs diff -u -r 1.9 -r 1.10 src/gtk/prefswindow.h; ) > 1.0.1cvs19.patchset
+( cvs diff -u -r 1.135 -r 1.136 src/messageview.c; ) > 1.0.1cvs20.patchset
index 83f3a27412b81c6b9a542261002a9c4a31f3a29e..597fdfbf934da95f5020c20b0345821fb3aabceb 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=0
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=19
+EXTRA_VERSION=20
 EXTRA_RELEASE=
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
index 28d0c8351427cc2271f74a90386a960a6eafcfdf..611fd3955a608144da67a6fef6d0610880584d5b 100644 (file)
@@ -302,7 +302,7 @@ static GtkItemFactoryEntry msgview_entries[] =
                                        NULL, create_filter_cb, FILTER_BY_TO, NULL},
        {N_("/_Tools/_Create filter rule/by _Subject"),
                                        NULL, create_filter_cb, FILTER_BY_SUBJECT, NULL},
-       {N_("/_Tools/Create processing rule/"),
+       {N_("/_Tools/Create processing rule"),
                                        NULL, NULL, 0, "<Branch>"},
        {N_("/_Tools/Create processing rule/_Automatically"),
                                        NULL, create_processing_cb, FILTER_BY_AUTO, NULL},