UIObjectView.st
changeset 2722 647dfae127cd
parent 2688 98d48fa622b4
child 2849 e061cea3416f
--- 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