DiffTextView.st
changeset 14431 db727d8b39c6
parent 13954 2f695adffde6
child 14984 f793f5784905
--- a/DiffTextView.st	Sat May 31 13:09:06 2014 +0200
+++ b/DiffTextView.st	Sat May 31 13:17:33 2014 +0200
@@ -274,6 +274,11 @@
 
     "Created: 16.11.1995 / 16:59:48 / cg"
     "Modified: 14.6.1996 / 16:14:39 / cg"
+!
+
+postRealize
+    super postRealize.
+    self moveToNextChanged
 ! !
 
 !DiffTextView methodsFor:'private'!
@@ -661,10 +666,10 @@
 !DiffTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.63 2014-02-18 14:30:56 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.64 2014-05-31 11:17:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.63 2014-02-18 14:30:56 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.64 2014-05-31 11:17:33 cg Exp $'
 ! !