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
parent 0868bfaa7d
commit b26d4c4d32

View File

@ -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)