Bug 397095: prefwindow.showPane dies without prefpanes; r=gavin, a=mconnor

This commit is contained in:
mnyromyr@tprac.de 2007-09-24 14:05:29 -07:00
Родитель f0ca63bb2e
Коммит 86307f75d0
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -666,6 +666,9 @@
<parameter name="aPaneElement"/>
<body>
<![CDATA[
if (!aPaneElement)
return;
this._selector.selectedItem = document.getAnonymousElementByAttribute(this, "pane", aPaneElement.id);
if (!aPaneElement.loaded) {
function OverlayLoadObserver(aPane)