[Commits] [SCM] claws branch, master, updated. 3.11.1-13-gae51655
ticho at claws-mail.org
ticho at claws-mail.org
Mon Nov 10 21:45:12 CET 2014
The branch, master has been updated
via ae516559e73b6a06f3139f0fa88cd649643fe7b4 (commit)
from 22f9e2e5378bc05989d0c71a6ce49cc716f198d6 (commit)
Summary of changes:
src/prefs_matcher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit ae516559e73b6a06f3139f0fa88cd649643fe7b4
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Mon Nov 10 21:44:19 2014 +0100
Increase allowed range for age matcher condition widget. 10000 should be enough for everyone.
diff --git a/src/prefs_matcher.c b/src/prefs_matcher.c
index bb9c723..cff1645 100644
--- a/src/prefs_matcher.c
+++ b/src/prefs_matcher.c
@@ -1978,7 +1978,7 @@ static void prefs_matcher_criteria_select(GtkWidget *widget,
prefs_matcher_set_model(matcher.match_combo, matcher.model_age);
prefs_matcher_set_model(matcher.match_combo2, matcher.model_age_units);
gtk_spin_button_set_range(GTK_SPIN_BUTTON(
- matcher.numeric_entry), 0, 1000);
+ matcher.numeric_entry), 0, 10000);
gtk_spin_button_set_value(GTK_SPIN_BUTTON(matcher.numeric_entry), 0);
gtk_combo_box_set_active(GTK_COMBO_BOX(matcher.match_combo2), AGE_DAYS);
gtk_label_set_text(GTK_LABEL(matcher.match_label), _("Age is"));
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list