*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 06 Mar 2006 09:55:27 +0100
changeset 6649 e957a17f5b00
parent 6648 3b7d52e1de3a
child 6650 1dedae38414a
*** empty log message ***
DiffTextView.st
--- 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 $'
 ! !