Bug 377683, return -1 when no tabs in tabbox.selectedIndex, r=neil

This commit is contained in:
enndeakin%sympatico.ca 2007-04-18 00:01:22 +00:00
Родитель c58e4d711c
Коммит effb2fc432
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -91,7 +91,7 @@
</property>
<property name="selectedIndex"
onget="return this.tabs ? this.tabs.selectedIndex : null;">
onget="return this.tabs ? this.tabs.selectedIndex : -1;">
<setter>
<![CDATA[
if (this.tabs)