svn: r14027
original commit: ca2dd05eca1588351b6c668865b9c334b40ee607
This commit is contained in:
parent
809f38a3c9
commit
0230ff84e8
|
@ -352,7 +352,7 @@
|
||||||
[(zero? n) (error 'test:set-radio-box!
|
[(zero? n) (error 'test:set-radio-box!
|
||||||
"did not find ~e as a label for ~e; labels: ~a"
|
"did not find ~e as a label for ~e; labels: ~a"
|
||||||
state in-cb
|
state in-cb
|
||||||
(build-labels in-cb))]
|
(build-labels rb))]
|
||||||
[else (let ([i (- total n)])
|
[else (let ([i (- total n)])
|
||||||
(if (or (string=? state (send rb get-item-label i))
|
(if (or (string=? state (send rb get-item-label i))
|
||||||
(string=? state (send rb get-item-plain-label i)))
|
(string=? state (send rb get-item-plain-label i)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user