Fixed Open Location dialog for Composer, b=122933, r=brade, sr=hewitt

This commit is contained in:
cmanske%netscape.com 2006-07-29 05:40:35 +00:00
Родитель 5d7d0e9631
Коммит f282436edc
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -108,9 +108,10 @@ function open()
window.opener.delayedOpenWindow(getBrowserURL(), "all,dialog=no", url);
break;
case "2":
// editPage is in utilityOverlay.js (all editor openers with URL should use this)
// editPage is in editorApplicationOverlay.js
// 3rd param tells editPage to use "delayedOpenWindow"
editPage(url, window.opener, true);
if ("editPage" in window.opener)
window.opener.editPage(url, window.opener, true);
break;
case "3":
if (browser.getBrowser && browser.getBrowser().localName == "tabbrowser")