MenuEditor.st
changeset 2008 a2906aabdbb1
parent 2003 d32a3742144b
child 2010 f5f5a961cfa8
--- 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.
 !