From 5664195cbbefb49ea94e321cccf7d8484e596897 Mon Sep 17 00:00:00 2001 From: "blizzard%redhat.com" Date: Sun, 27 Feb 2000 03:18:10 +0000 Subject: [PATCH] update js files that reference the command line service in the browser instance. this should fix problems with opening new windows. r=leaf,chofmann git-svn-id: svn://10.0.0.236/trunk@61752 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/browser/resources/content/navigator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/browser/resources/content/navigator.js b/mozilla/xpfe/browser/resources/content/navigator.js index 870d8b99ee7..79443fa31cd 100644 --- a/mozilla/xpfe/browser/resources/content/navigator.js +++ b/mozilla/xpfe/browser/resources/content/navigator.js @@ -254,7 +254,7 @@ function Shutdown() /* START OF UNNECESSARY CODE */ if ( !explicitURL ) { try { - var handler = Components.classes['component://netscape/appshell/component/browser/cmdhandler']; + var handler = Components.classes['component://netscape/commandlinehander/general-startup-browser']; handler = handler.getService(); handler = handler.QueryInterface(Components.interfaces.nsICmdLineHandler); if (handler) {