Bug 96108: Fix another regression mscott noticed; this file shouldn't have

been touched.
This commit is contained in:
rjesup%wgate.com 2001-12-21 02:02:30 +00:00
Родитель dad6f73f5d
Коммит e4d4fd2a34
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -179,9 +179,9 @@ NS_IMETHODIMP nsMsgBiffManager::RemoveServerBiff(nsIMsgIncomingServer *server)
if(pos != -1)
{
nsBiffEntry *biffEntry = (nsBiffEntry*)mBiffArray->ElementAt(pos);
mBiffArray->RemoveElementAt(pos);
delete biffEntry;
}
mBiffArray->Clear();
//Should probably reset biff time if this was the server that gets biffed next.
return NS_OK;