Removed code to turn off the throbber from OnStopBinding(..). This should make the throbber work better :-)

This commit is contained in:
rpotts%netscape.com 1998-10-10 10:09:53 +00:00
parent faa5799533
commit 39faf4ddb6

View File

@ -2477,10 +2477,6 @@ nsBrowserWindow::OnStopBinding(nsIURL* aURL,
PRInt32 status,
const nsString& aMsg)
{
if (mThrobber) {
mThrobber->Stop();
}
mToolbarBtns[gStopBtnInx]->Enable(PR_FALSE);
mToolbarBtns[gStopBtnInx]->Invalidate(PR_TRUE);