embedding as special editors
authorClaus Gittinger <cg@exept.de>
Fri, 17 Feb 2006 13:06:30 +0100
changeset 2008 a2906aabdbb1
parent 2007 77cf7ecc9ecf
child 2009 b919406a99f8
embedding as special editors
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.
 !