svn: r14027

original commit: ca2dd05eca1588351b6c668865b9c334b40ee607
This commit is contained in:
Robby Findler 2009-03-10 14:38:19 +00:00
parent 809f38a3c9
commit 0230ff84e8

View File

@ -352,7 +352,7 @@
[(zero? n) (error 'test:set-radio-box!
"did not find ~e as a label for ~e; labels: ~a"
state in-cb
(build-labels in-cb))]
(build-labels rb))]
[else (let ([i (- total n)])
(if (or (string=? state (send rb get-item-label i))
(string=? state (send rb get-item-plain-label i)))