From 72492cdf36af663cdde678b6fa6c4ca373e0e611 Mon Sep 17 00:00:00 2001 From: Christoph Hohmann Date: Wed, 15 Oct 2003 11:25:16 +0000 Subject: [PATCH 1/1] 0.9.6claws30 * src/plugins/spamassassin/spamassassin_gtk.c * src/plugins/spamassassin/spamassassin_gtk.glade fix timeout tooltip --- ChangeLog.claws | 6 ++++++ configure.ac | 2 +- src/plugins/spamassassin/spamassassin_gtk.c | 2 +- src/plugins/spamassassin/spamassassin_gtk.glade | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index da20192a8..dd88ef288 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2003-10-15 [christoph] 0.9.6claws30 + + * src/plugins/spamassassin/spamassassin_gtk.c + * src/plugins/spamassassin/spamassassin_gtk.glade + fix timeout tooltip + 2003-10-15 [paul] 0.9.6claws29 * src/messageview.c diff --git a/configure.ac b/configure.ac index 6cf8e3adc..7fb566aea 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=6 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=29 +EXTRA_VERSION=30 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws else diff --git a/src/plugins/spamassassin/spamassassin_gtk.c b/src/plugins/spamassassin/spamassassin_gtk.c index a83d41839..e104c9477 100644 --- a/src/plugins/spamassassin/spamassassin_gtk.c +++ b/src/plugins/spamassassin/spamassassin_gtk.c @@ -260,7 +260,7 @@ static void spamassassin_create_widget_func(PrefsPage * _page, gtk_widget_set_usize(timeout, 64, -2); gtk_tooltips_set_tip(tooltips, timeout, _ - ("Maximum size a message is allowed to have to be checked"), + ("Time that is allowed for checking. If the check takes longer the check will be aborted and the message will be handled as not spam."), NULL); gtk_spin_button_set_numeric(GTK_SPIN_BUTTON(timeout), TRUE); diff --git a/src/plugins/spamassassin/spamassassin_gtk.glade b/src/plugins/spamassassin/spamassassin_gtk.glade index b6b584511..4bc74c31a 100644 --- a/src/plugins/spamassassin/spamassassin_gtk.glade +++ b/src/plugins/spamassassin/spamassassin_gtk.glade @@ -282,7 +282,7 @@ GtkSpinButton timeout 64 - Maximum size a message is allowed to have to be checked + Time that is allowed for checking. If the check takes longer the check will be aborted and the message will be handled as not spam. True 1 0 -- 2.25.1