Pass the view command as the default for the webshell to the document loader...

This commit is contained in:
rpotts@netscape.com
1998-11-11 10:58:14 +00:00
parent 3a27f0ca62
commit a81af69c39
2 changed files with 4 additions and 4 deletions

View File

@@ -1175,7 +1175,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
}
rv = mDocLoader->LoadDocument(urlSpec, // URL string
nsnull, // Command
"View", // Command
this, // Container
aPostData, // Post Data
nsnull, // Extra Info...
@@ -1279,7 +1279,7 @@ nsWebShell::GoTo(PRInt32 aHistoryIndex)
}
rv = mDocLoader->LoadDocument(urlSpec, // URL string
nsnull, // Command
"View", // Command
this, // Container
nsnull, // Post Data
nsnull, // Extra Info...