зеркало из https://github.com/mozilla/gecko-dev.git
Fix for Bug 382870. r=mscott a=phil
This commit is contained in:
Родитель
155b1b253e
Коммит
c37c55d770
|
@ -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()
|
||||
|
|
Загрузка…
Ссылка в новой задаче