startup bug fix
authorClaus Gittinger <cg@exept.de>
Sun, 03 Sep 2000 16:38:25 +0200
changeset 2750 eed89615e816
parent 2749 ed70d906222e
child 2751 f2fbe11e166a
startup bug fix
DiffTextView.st
--- a/DiffTextView.st	Fri Sep 01 12:25:39 2000 +0200
+++ b/DiffTextView.st	Sun Sep 03 16:38:25 2000 +0200
@@ -117,7 +117,7 @@
 
     |v|
 
-    v := self DiffTextView 
+    v := self 
                 openOn:sourceA label:lblA
                 and:sourceB label:lblB.      
     v label:title.
@@ -587,5 +587,5 @@
 !DiffTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.29 2000-08-17 22:51:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.30 2000-09-03 14:38:25 cg Exp $'
 ! !