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
This commit is contained in:
parent
90710b285f
commit
eb1f04235a
@ -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
|
||||
|
@ -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}))
|
||||
|
Loading…
Reference in New Issue
Block a user