From 39faf4ddb68f60347868fd94481eade2b80e0dfb Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Sat, 10 Oct 1998 10:09:53 +0000 Subject: [PATCH] Removed code to turn off the throbber from OnStopBinding(..). This should make the throbber work better :-) --- xpfe/xpviewer/src/nsBrowserWindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xpfe/xpviewer/src/nsBrowserWindow.cpp b/xpfe/xpviewer/src/nsBrowserWindow.cpp index b2e9b93de964..dccbcad985e4 100644 --- a/xpfe/xpviewer/src/nsBrowserWindow.cpp +++ b/xpfe/xpviewer/src/nsBrowserWindow.cpp @@ -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);