changed: #hasUndoHistory
authorClaus Gittinger <cg@exept.de>
Tue, 10 Nov 2009 13:36:58 +0100
changeset 2722 647dfae127cd
parent 2721 5097b97d4c24
child 2723 d03a850ebc29
changed: #hasUndoHistory isEmpty not -> notEmpty
UIObjectView.st
--- a/UIObjectView.st	Fri Nov 06 12:29:45 2009 +0100
+++ b/UIObjectView.st	Tue Nov 10 13:36:58 2009 +0100
@@ -1834,7 +1834,7 @@
 hasUndoHistory
     "returns true if undos exists"
 
-    ^ undoHistory isEmpty not
+    ^ undoHistory notEmpty
 !
 
 isModified