From 85c6fe385da116e83f989c3385b27948ef3ffa38 Mon Sep 17 00:00:00 2001 From: "ducarroz%netscape.com" Date: Wed, 9 Oct 2002 16:49:18 +0000 Subject: [PATCH] Fix for bug 173491. Some how, part of the fix for bug 137629 did not make it into the tree. This patch was R=brade, SR=sspitzer git-svn-id: svn://10.0.0.236/trunk@131598 18797224-902f-48f8-a5cc-f745e15eee43 --- .../resources/content/MsgComposeCommands.js | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js index 08338801a0c..413ac7eca55 100644 --- a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js @@ -158,7 +158,7 @@ function ReleaseGlobalVariables() function disableEditableFields() { - editorShell.editor.flags |= nsIPlaintextEditorMail.eEditorReadonlyMask; + gMsgCompose.editor.flags |= nsIPlaintextEditorMail.eEditorReadonlyMask; var disableElements = document.getElementsByAttribute("disableonsend", "true"); for (i=0;i