From f4c63f82da3fa2957afc2de06bc08d2c79499ef7 Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Tue, 2 Apr 2002 05:58:23 +0000 Subject: [PATCH] Fixed Edit Page, b=134688, r=brade, sr=kin, a=asa --- editor/ui/composer/content/editorApplicationOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/ui/composer/content/editorApplicationOverlay.js b/editor/ui/composer/content/editorApplicationOverlay.js index 9283aa7c699d..aa0d1fbb5746 100644 --- a/editor/ui/composer/content/editorApplicationOverlay.js +++ b/editor/ui/composer/content/editorApplicationOverlay.js @@ -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();