CodeView.st
changeset 365 cb7a40a691f3
parent 274 6df4bb990f04
child 419 2bd5f73fffd2
--- a/CodeView.st	Mon Feb 19 22:11:56 1996 +0100
+++ b/CodeView.st	Tue Feb 20 00:00:29 1996 +0100
@@ -169,7 +169,7 @@
 
     codeStartPosition := 1.
     [
-	Object abortSignal handle:[:ex |
+	AbortSignal handle:[:ex |
 	    self cursor:Cursor normal.
 	    "redraw selection in normal color"
 	    self selectFromLine:selectionStartLine col:selectionStartCol 
@@ -242,5 +242,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.24 1996-01-09 17:29:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.25 1996-02-19 22:59:52 cg Exp $'
 ! !