Bug 310899 - richlistitem has confusing selected property. Patch by Simon Buenzli, r=me,mconnor

This commit is contained in:
doronr%us.ibm.com 2005-10-05 16:12:24 +00:00
parent 29f2e4dfb1
commit cae19b1c96

View File

@ -535,7 +535,7 @@
</property>
<property name="selected"
onget="return this.getAttribute('selected');"
onget="return this.getAttribute('selected') == 'true';"
onset="return this.setAttribute('selected',val);"/>
<property name="control">