CodeView.st
changeset 4866 1c27f7ed2e77
parent 4813 938c3cbafe4c
child 5530 6e888d60be5a
--- a/CodeView.st	Sat Jan 18 04:27:57 2014 +0000
+++ b/CodeView.st	Thu Jan 23 17:11:20 2014 +0100
@@ -78,7 +78,7 @@
 !CodeView class methodsFor:'others'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.65 2013-10-18 21:12:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.66 2014-01-23 16:11:20 stefan Exp $'
 ! !
 
 !CodeView methodsFor:'accessing'!
@@ -207,7 +207,7 @@
 
     codeStartPosition := 1.
     [
-        AbortSignal handle:[:ex |
+        AbortOperationRequest handle:[:ex |
             self cursor:Cursor normal.
             "redraw selection in normal color"
             self selectFromLine:selectionStartLine col:selectionStartCol 
@@ -334,6 +334,6 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.65 2013-10-18 21:12:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.66 2014-01-23 16:11:20 stefan Exp $'
 ! !