Enable 'None' item in Format | List submenu, b=96510, r=brade, sr=kin

This commit is contained in:
cmanske%netscape.com 2001-09-19 00:44:12 +00:00
parent ce9f4d5716
commit 6c0f5e2a02

View File

@ -1697,6 +1697,9 @@ function InitListMenu()
// ..."noList" is returned if mixed selection, so remove checkmark
if (mixedObj.value)
menuItem.setAttribute("checked", "false");
// Set enable state for the "None" menuitem
goSetCommandEnabled("cmd_removeList", state);
}
function InitAlignMenu()