AbortSignal -> AbortOperationRequest
authorStefan Vogel <sv@exept.de>
Thu, 23 Jan 2014 17:11:49 +0100
changeset 4867 8bf409df4dc9
parent 4866 1c27f7ed2e77
child 4868 b3d864bcf3e5
AbortSignal -> AbortOperationRequest
MenuView.st
--- a/MenuView.st	Thu Jan 23 17:11:20 2014 +0100
+++ b/MenuView.st	Thu Jan 23 17:11:49 2014 +0100
@@ -2292,7 +2292,7 @@
 
                 (theSelector notNil 
                 or:[theAction notNil]) ifTrue:[
-                    AbortSignal handle:[:ex |
+                    AbortOperationRequest handle:[:ex |
                         ex return
                     ] do:[
                         |theReceiver|
@@ -2343,7 +2343,7 @@
                  any action-block ?
                 "
                 actionBlock notNil ifTrue:[
-                    AbortSignal handle:[:ex |
+                    AbortOperationRequest handle:[:ex |
                         ex return
                     ] do:[
                         didItHere ifTrue:[
@@ -3004,10 +3004,10 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.182 2013-09-02 17:58:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.183 2014-01-23 16:11:49 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.182 2013-09-02 17:58:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.183 2014-01-23 16:11:49 stefan Exp $'
 ! !