68c68 < checkEnabled(); --- > // checkEnabled(); 94,96c94 < // note: this does currently only work, if menu items that do not correspond < // to a command are added at the end of the menu < for (int i = 0; (i < getMenuComponentCount()) && (i < fCommands.size()); i++) { --- > for (int i = 0; i < getMenuComponentCount(); i++) { 131c129 < checkEnabled(); --- > // checkEnabled(); 135c133 < checkEnabled(); --- > // checkEnabled(); 139c137 < checkEnabled(); --- > // checkEnabled();