Bug 397744 Can't access to the third account and the local mail [@ nsXULTreeBuilder::RemoveMatchesFor(nsTreeRows::Subtree&)] r=neil,enndeakin

--HG--
extra : rebase_source : 9a7cb590fe9a185e829fd90ef5cc086b8531adef
This commit is contained in:
timeless@mozdev.org 2010-05-23 15:26:34 -07:00
Родитель 8db17c55a0
Коммит 36ea816dac
1 изменённых файлов: 2 добавлений и 5 удалений

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

@ -1708,12 +1708,9 @@ nsXULTreeBuilder::CloseContainer(PRInt32 aIndex)
nsTreeRows::iterator iter = mRows[aIndex];
nsTreeRows::Subtree& subtree = *(iter->mSubtree);
if (iter->mSubtree)
RemoveMatchesFor(*iter->mSubtree);
RemoveMatchesFor(subtree);
// Update the view
iter = mRows[aIndex];
PRInt32 count = mRows.GetSubtreeSizeFor(iter);
mRows.RemoveSubtreeFor(iter);