Fix for Bug 382870. r=mscott a=phil

This commit is contained in:
amusil%netscape.com 2000-03-04 04:19:34 +00:00
Родитель 155b1b253e
Коммит c37c55d770
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -348,7 +348,6 @@ function OutputEmailAddresses(parentBox, defaultParentDiv, emailAddresses, inclu
{
optionalToggleButton.removeAttribute('hideNonBox');
}
FinishEmailProcessing();
} // if msgheader parser
}
@ -406,6 +405,7 @@ function UpdateMessageHeaders()
OutputEmailAddresses(msgPaneData.CcBox, msgPaneData.CcValueShort, currentHeaderData.CcValue, true, msgPaneData.CcValueLong, msgPaneData.CcValueToggleIcon );
hdrViewSetNodeWithBox(msgPaneData.NewsgroupBox, msgPaneData.NewsgroupValue, currentHeaderData.NewsgroupsValue);
hdrViewSetNodeWithBox(msgPaneData.UserAgentBox, msgPaneData.UserAgentValue, currentHeaderData.UserAgentValue);
FinishEmailProcessing();
}
function ClearCurrentHeaders()