From 1516db315c73f3974aae56860043691891b9907c Mon Sep 17 00:00:00 2001 From: "jkeiser%netscape.com" Date: Sat, 27 Jul 2002 20:56:06 +0000 Subject: [PATCH] Finish checkin of bug 141410 for blake. --- xpfe/communicator/resources/content/tasksOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/communicator/resources/content/tasksOverlay.js b/xpfe/communicator/resources/content/tasksOverlay.js index 10da5540f43e..b2374a037c96 100644 --- a/xpfe/communicator/resources/content/tasksOverlay.js +++ b/xpfe/communicator/resources/content/tasksOverlay.js @@ -59,7 +59,7 @@ function toDownloadManager() dlmgrWindow.focus(); } else { - dlmgr.open(window); + dlmgr.open(window, null); } }