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:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user