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
Родитель f861d19cb7
Коммит 4027823c3c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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">