Fixed Edit Page, b=134688, r=brade, sr=kin, a=asa

This commit is contained in:
cmanske%netscape.com 2002-04-02 05:58:23 +00:00
Родитель 46195cda2c
Коммит f4c63f82da
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -128,7 +128,7 @@ function editPage(url, launchWindow, delay)
var win = windowManagerInterface.convertISupportsToDOMWindow( enumerator.getNext() );
if ( win && win.editorShell)
{
if (win.editorShell.checkOpenWindowForURLMatch(url, window))
if (win.editorShell.checkOpenWindowForURLMatch(url, win))
{
// We found an editor with our url
win.focus();