mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out the patch for bug 303428 because it causes bug 382766
This commit is contained in:
parent
2222214a4b
commit
556c8772cc
@ -107,7 +107,7 @@
|
|||||||
<setter>
|
<setter>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
if (val && this.tabs)
|
if (val && this.tabs)
|
||||||
this.tabs._selectNewTab(val);
|
this.tabs.selectedItem = val;
|
||||||
return val;
|
return val;
|
||||||
]]>
|
]]>
|
||||||
</setter>
|
</setter>
|
||||||
|
Loading…
Reference in New Issue
Block a user