Object.st
changeset 15903 7de2ea21e054
parent 15891 22552f0cd4e4
child 15931 79c71d7fd9e1
child 18117 eb433f2c42b2
--- a/Object.st	Thu Jan 23 17:11:45 2014 +0100
+++ b/Object.st	Thu Jan 23 17:11:47 2014 +0100
@@ -270,7 +270,7 @@
      This signal is supposed to abort multiple operation actions, and get out of
      the loop (such as when confirming multiple class deletions etc.)"
 
-    ^ AbortAllSignal
+    ^ AbortAllOperationRequest
 !
 
 abortSignal
@@ -515,6 +515,8 @@
 
 
 
+
+
 !Object methodsFor:'Compatibility-Dolphin'!
 
 stbFixup: anSTBInFiler at: newObjectIndex
@@ -671,6 +673,7 @@
 ! !
 
 
+
 !Object methodsFor:'accessing'!
 
 _at:index
@@ -9925,11 +9928,11 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.744 2014-01-10 09:09:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.745 2014-01-23 16:11:47 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.744 2014-01-10 09:09:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.745 2014-01-23 16:11:47 stefan Exp $'
 !
 
 version_SVN