diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-19 04:08:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-19 04:08:17 +0800 |
commit | eb1f04235ae0241fde8f7c57d9a2a22e4cb7b6ea (patch) | |
tree | 022d53055a8517e1d3dd0ae9439beb6fce41efea | |
parent | 90710b285fcb24c3a6b7a6d78fd1746bcaff2256 (diff) | |
download | gsoc2013-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/ChangeLog | 5 | ||||
-rw-r--r-- | filter/filtertypes.xml | 2 |
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})) |