ProgressIndicator.st
changeset 4469 a4d672240503
parent 4261 66f61921bcfb
child 4511 b1a6da90fdc5
--- a/ProgressIndicator.st	Mon Jan 20 14:46:33 2014 +0100
+++ b/ProgressIndicator.st	Thu Jan 23 17:11:43 2014 +0100
@@ -1540,7 +1540,7 @@
             WindowGroup windowGroupQuerySignal handle:[:ex |
                 ex proceedWith:self topView windowGroup
             ] do:[
-                AbortSignal handle:[:ex |
+                AbortOperationRequest handle:[:ex |
                     aborted := true
                 ] do:[
                     aBlock value:progressValue value:labelValue
@@ -1563,7 +1563,7 @@
         ].
     p notNil ifTrue:[p terminate].
     aborted ifTrue:[
-        AbortSignal raiseRequest
+        AbortOperationRequest raiseRequest
     ].
 
     "
@@ -1723,10 +1723,10 @@
 !ProgressIndicator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.75 2013-07-04 15:47:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.76 2014-01-23 16:11:43 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.75 2013-07-04 15:47:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.76 2014-01-23 16:11:43 stefan Exp $'
 ! !