From d4a53165cfc0b4083473869241beed75a6342a96 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Sun, 27 Feb 2005 16:26:51 +0000 Subject: [PATCH] 2005-02-27 [paul] 1.0.1cvs20.1 * ChangeLog.claws * configure.ac * src/messageview.c sync with HEAD --- ChangeLog-gtk2.claws | 7 +++++++ ChangeLog.claws | 6 ++++++ PATCHSETS | 1 + configure.ac | 4 ++-- src/messageview.c | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index afe692a01..83baaa06b 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,10 @@ +2005-02-27 [paul] 1.0.1cvs20.1 + + * ChangeLog.claws + * configure.ac + * src/messageview.c + sync with HEAD + 2005-02-27 [colin] 1.0.1cvs19.4 * src/procheader.c diff --git a/ChangeLog.claws b/ChangeLog.claws index 7965006f6..44232c379 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -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 diff --git a/PATCHSETS b/PATCHSETS index 023bab2c3..cb71cb13e 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -405,3 +405,4 @@ ( cvs diff -u -r 1.395.2.57 -r 1.395.2.58 src/summaryview.c; ) > 1.0.1cvs19.2.patchset ( cvs diff -u -r 1.382.2.108 -r 1.382.2.109 src/compose.c; ) > 1.0.1cvs19.3.patchset ( cvs diff -u -r 1.47.2.15 -r 1.47.2.16 src/procheader.c; cvs diff -u -r 1.11.2.2 -r 1.11.2.3 src/procheader.h; ) > 1.0.1cvs19.4.patchset +( cvs diff -u -r 1.2504.2.50 -r 1.2504.2.51 ChangeLog.claws; cvs diff -u -r 1.654.2.441 -r 1.654.2.442 configure.ac; cvs diff -u -r 1.94.2.47 -r 1.94.2.48 src/messageview.c; ) > 1.0.1cvs20.1.patchset diff --git a/configure.ac b/configure.ac index c86c317b4..1d50b29bd 100644 --- a/configure.ac +++ b/configure.ac @@ -11,9 +11,9 @@ MINOR_VERSION=0 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=19 +EXTRA_VERSION=20 EXTRA_RELEASE= -EXTRA_GTK2_VERSION=.4 +EXTRA_GTK2_VERSION=.1 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION} diff --git a/src/messageview.c b/src/messageview.c index d2e22da49..d915de2d4 100644 --- a/src/messageview.c +++ b/src/messageview.c @@ -294,7 +294,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, ""}, {N_("/_Tools/Create processing rule/_Automatically"), NULL, create_processing_cb, FILTER_BY_AUTO, NULL}, -- 2.25.1