fix one cause of 67989, meteors never stop spinning in mail news r/sr mscott/sspitzer a=brendan

This commit is contained in:
bienvenu%netscape.com 2001-02-08 01:55:35 +00:00
parent f65b30a051
commit ff1a4d77f3

View File

@ -86,6 +86,8 @@ nsresult nsMsgMailNewsUrl::GetUrlState(PRBool * aRunningUrl)
nsresult nsMsgMailNewsUrl::SetUrlState(PRBool aRunningUrl, nsresult aExitCode)
{
if (m_runningUrl == aRunningUrl) // we already knew this.
return NS_OK;
m_runningUrl = aRunningUrl;
nsCOMPtr <nsIMsgStatusFeedback> statusFeedback;