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

git-svn-id: svn://10.0.0.236/trunk@224666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
enndeakin%sympatico.ca
2007-04-18 00:01:22 +00:00
parent 63f9e820b0
commit 51af4c954f

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)