DiffTextView.st
changeset 6649 e957a17f5b00
parent 6577 51b89422d7de
child 7177 92e1bdd56342
--- a/DiffTextView.st	Mon Mar 06 09:54:50 2006 +0100
+++ b/DiffTextView.st	Mon Mar 06 09:55:27 2006 +0100
@@ -205,8 +205,7 @@
     text1 := t1 asStringCollection.
     text2 := t2 asStringCollection.
 
-    Error handle:[:ex |
-    ] do:[
+    Error catch:[
         diffList := self diffListFor:text1 and:text2.
     ].
 
@@ -656,5 +655,5 @@
 !DiffTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.43 2006-02-17 12:14:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.44 2006-03-06 08:55:27 cg Exp $'
 ! !