Fix problem bringing up browser window

This commit is contained in:
akkana%netscape.com 1999-07-27 21:19:16 +00:00
parent e339f2e165
commit a630458576

View File

@ -119,7 +119,7 @@ function EditorNewPlaintext()
function EditorNewBrowser()
{
dump("In EditorNewPlaintext..\n");
dump("In EditorNewBrowser..\n");
core = XPAppCoresManager.Find("toolkitCore");
if ( !core ) {
@ -129,7 +129,7 @@ function EditorNewBrowser()
}
}
if ( core ) {
core.ShowWindowWithArgs( "chrome://navigator/", window, "" );
core.ShowWindowWithArgs( "chrome://navigator/content/navigator.xul", window, "" );
} else {
dump("Error; can't create toolkitCore\n");
}