bug 56519, Selecting a Charset in Composer disables Charset menu,

r=cmanske, sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@100721 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
loadrunner%betak.net
2001-08-10 02:05:03 +00:00
parent 50df06b8df
commit 161567718a

View File

@@ -509,7 +509,7 @@ function EditorSetDocumentCharacterSet(aCharset)
// ------------------------------------------------------------------
function updateCharsetPopupMenu(menuPopup)
{
if(editorShell.documentModified)
if(editorShell.documentModified && !editorShell.documentIsEmpty)
{
for (var i = 0; i < menuPopup.childNodes.length; i++)
{