clear progress when it meteors stop

This commit is contained in:
bienvenu%netscape.com 1999-08-24 04:24:19 +00:00
Родитель 0686693dda
Коммит 52146e4696
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -108,7 +108,10 @@ nsresult nsMsgMailNewsUrl::SetUrlState(PRBool aRunningUrl, nsresult aExitCode)
if (m_runningUrl)
statusFeedback->StartMeteors();
else
{
statusFeedback->ShowProgress(0);
statusFeedback->StopMeteors();
}
}
if (m_urlListeners)
{