land some trunk bug fixes

git-svn-id: svn://10.0.0.236/trunk@140987 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2003-04-10 18:35:08 +00:00
parent 2b9d3da959
commit 2fa80f2084
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();
}