remove unneeded parent change notification r/sr=sspitzer

This commit is contained in:
bienvenu%netscape.com 2001-04-29 22:47:06 +00:00
Родитель a4821ad5d2
Коммит 8ccd2a1fbd
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -501,9 +501,10 @@ nsresult nsMsgThread::ReparentChildrenOf(nsMsgKey oldParent, nsMsgKey newParent,
curHdr->SetThreadParent(newParent);
curHdr->GetMessageKey(&curKey);
#ifdef NEEDED // I don't think we care anymore
if (announcer)
announcer->NotifyParentChangedAll(curKey, oldParent, newParent, nsnull);
#endif
// if the old parent was the root of the thread, then only the first child gets
// promoted to root, and other children become children of the new root.
if (newParent == nsMsgKey_None)