No need to update the urlbar in OnEndDocumentLoad()

git-svn-id: svn://10.0.0.236/trunk@47618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
radha%netscape.com
1999-09-15 19:32:17 +00:00
parent 714c160630
commit 7bedce3d57

View File

@@ -1656,10 +1656,6 @@ nsBrowserAppCore::OnEndDocumentLoad(nsIDocumentLoader* aLoader, nsIChannel* chan
}
}
// Stop the throbber and set the urlbar string
if (aStatus == NS_OK)
setAttribute( mWebShell, "urlbar", "value", (const char*)url);
/* To satisfy a request from the QA group */
if (aStatus == NS_OK) {
fprintf(stdout, "Document %s loaded successfully\n", (const char*)url);