Back out the patch for bug 303428 because it causes bug 382766

This commit is contained in:
gavin@gavinsharp.com 2007-06-05 08:08:32 -07:00
parent 2222214a4b
commit 556c8772cc

View File

@ -107,7 +107,7 @@
<setter>
<![CDATA[
if (val && this.tabs)
this.tabs._selectNewTab(val);
this.tabs.selectedItem = val;
return val;
]]>
</setter>