aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-19 04:08:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-19 04:08:17 +0800
commiteb1f04235ae0241fde8f7c57d9a2a22e4cb7b6ea (patch)
tree022d53055a8517e1d3dd0ae9439beb6fce41efea
parent90710b285fcb24c3a6b7a6d78fd1746bcaff2256 (diff)
downloadgsoc2013-evolution-eb1f04235ae0241fde8f7c57d9a2a22e4cb7b6ea.tar
gsoc2013-evolution-eb1f04235ae0241fde8f7c57d9a2a22e4cb7b6ea.tar.gz
gsoc2013-evolution-eb1f04235ae0241fde8f7c57d9a2a22e4cb7b6ea.tar.bz2
gsoc2013-evolution-eb1f04235ae0241fde8f7c57d9a2a22e4cb7b6ea.tar.lz
gsoc2013-evolution-eb1f04235ae0241fde8f7c57d9a2a22e4cb7b6ea.tar.xz
gsoc2013-evolution-eb1f04235ae0241fde8f7c57d9a2a22e4cb7b6ea.tar.zst
gsoc2013-evolution-eb1f04235ae0241fde8f7c57d9a2a22e4cb7b6ea.zip
The score "is" rule should have a value of "is" and not "less-than".
2002-04-18 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: The score "is" rule should have a value of "is" and not "less-than". svn path=/trunk/; revision=16514
-rw-r--r--filter/ChangeLog5
-rw-r--r--filter/filtertypes.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index fca31457e4..732377ea82 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-18 Jeffrey Stedfast <fejj@ximian.com>
+
+ * filtertypes.xml: The score "is" rule should have a value of "is"
+ and not "less-than".
+
2002-04-12 Jeffrey Stedfast <fejj@ximian.com>
* filter-rule.c (get_widget): Fixed a grammer mistake, or so
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index eab096b3ac..f6f0ce2abe 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -386,7 +386,7 @@
<part name="score">
<title>Score</title>
<input type="optionlist" name="score-type">
- <option value="less-than">
+ <option value="is">
<title>is</title>
<code>
(match-all (= (get-score) ${versus}))