land some trunk bug fixes

This commit is contained in:
scott%scott-macgregor.org 2003-04-10 18:35:08 +00:00
parent 79552ec278
commit 00a9f92bb7
2 changed files with 3 additions and 3 deletions

View File

@ -234,9 +234,7 @@ var gComposeRecyclingListener = {
identityElement.focus();
InitializeGlobalVariables();
window.content.focus();
ComposeStartup(true, params);
enableEditableFields();
ComposeStartup(true, params);
var event = document.createEvent('Events');
event.initEvent('compose-window-reopen', false, true);
@ -1105,6 +1103,7 @@ function ComposeFieldsReady(msgType)
}
CompFields2Recipients(gMsgCompose.compFields, gMsgCompose.type);
SetComposeWindowTitle();
enableEditableFields();
AdjustFocus();
}

View File

@ -466,6 +466,7 @@
<menulist id="msgIdentity" label="..." flex="1" oncommand="LoadIdentity(false);">
<menupopup id="msgIdentityPopup"/>
</menulist>
<spacer flex="1000"/>
</hbox>
<listbox id="addressingWidget" flex="1"/>
<hbox align="center">