зеркало из https://github.com/mozilla/gecko-dev.git
Bug 397095: prefwindow.showPane dies without prefpanes; r=gavin, a=mconnor
This commit is contained in:
Родитель
f0ca63bb2e
Коммит
86307f75d0
|
@ -666,6 +666,9 @@
|
||||||
<parameter name="aPaneElement"/>
|
<parameter name="aPaneElement"/>
|
||||||
<body>
|
<body>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
if (!aPaneElement)
|
||||||
|
return;
|
||||||
|
|
||||||
this._selector.selectedItem = document.getAnonymousElementByAttribute(this, "pane", aPaneElement.id);
|
this._selector.selectedItem = document.getAnonymousElementByAttribute(this, "pane", aPaneElement.id);
|
||||||
if (!aPaneElement.loaded) {
|
if (!aPaneElement.loaded) {
|
||||||
function OverlayLoadObserver(aPane)
|
function OverlayLoadObserver(aPane)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче