more 137629: two lines got reversed from the configuration that was reviewed/tested. r=brade sr=sspitzer

This commit is contained in:
akkana%netscape.com 2002-10-09 02:24:17 +00:00
Родитель 7d934ff78f
Коммит 93c84e6010
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -234,8 +234,8 @@ var gComposeRecyclingListener = {
InitializeGlobalVariables();
window.editorShell.contentWindow.focus();
enableEditableFields();
ComposeStartup(true, params);
enableEditableFields();
var event = document.createEvent('Events');
event.initEvent('compose-window-reopen', false, true);