DiffTextView.st
changeset 8334 db98cf285160
parent 8209 7c3b00116384
child 8371 977e73db1ab9
--- a/DiffTextView.st	Thu Oct 16 10:34:03 2008 +0200
+++ b/DiffTextView.st	Thu Oct 16 10:39:36 2008 +0200
@@ -121,7 +121,7 @@
     v := self 
             openOn:sourceA label:lblA
             and:sourceB label:lblB.      
-    v label:title.
+    v topView label:title.
     ^ v
 !
 
@@ -671,5 +671,5 @@
 !DiffTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.49 2008-07-11 20:38:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.50 2008-10-16 08:39:36 cg Exp $'
 ! !