diff -r 77cf7ecc9ecf -r a2906aabdbb1 MenuEditor.st --- a/MenuEditor.st Fri Feb 17 13:06:22 2006 +0100 +++ b/MenuEditor.st Fri Feb 17 13:06:30 2006 +0100 @@ -2252,7 +2252,7 @@ clearModified "clear the modifiedChannel and the commitPanel" - modified := false. + super clearModified. self enablingCommitButtonsHolder value:false. self clearModifiedFlag. !