No need to update the urlbar in OnEndDocumentLoad()

This commit is contained in:
radha%netscape.com 1999-09-15 19:32:17 +00:00
parent 6295c83892
commit d9f4a9bab5

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);