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

This commit is contained in:
enndeakin@sympatico.ca 2007-04-17 17:01:22 -07:00
parent 189c81ff08
commit 4f36ab1610

View File

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