fixed resetModified
authorClaus Gittinger <cg@exept.de>
Wed, 09 Feb 2000 16:48:15 +0100
changeset 1342 75be821d97c3
parent 1341 83fe4fae7c10
child 1343 7d97b214f2ac
fixed resetModified (was broken in case of open transactions ...)
UIObjectView.st
--- a/UIObjectView.st	Wed Feb 09 16:47:42 2000 +0100
+++ b/UIObjectView.st	Wed Feb 09 16:48:15 2000 +0100
@@ -2392,7 +2392,11 @@
 resetModification
     "set modification state to false
     "
-    startIdentifier := identifier
+"/    startIdentifier := identifier
+
+    identifier := startIdentifier := 0.
+    history    := OrderedCollection new.
+
 ! !
 
 !UIObjectView::UndoHistory methodsFor:'activation'!