ChangeSetBrowser.st
changeset 5178 ccf3ab0d6cb1
parent 4992 356a99c40cf7
child 5527 bbff3dc4085b
--- a/ChangeSetBrowser.st	Fri Sep 12 22:53:57 2003 +0200
+++ b/ChangeSetBrowser.st	Fri Sep 12 22:54:55 2003 +0200
@@ -734,7 +734,7 @@
             self doUpdate
         ]
     ] ifFalse:[
-        self newLabel:''
+        "/ self newLabel:''
     ].
     Processor addTimedBlock:checkBlock afterSeconds:5.
 
@@ -806,7 +806,6 @@
         changeClassNames := OrderedCollection new:(changeChunks size).
         anyChanges := false
     ].
-    self newLabel:''.
 
     "Created: 3.12.1995 / 18:02:39 / cg"
 !
@@ -947,5 +946,5 @@
 !ChangeSetBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.36 2003-06-18 21:23:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.37 2003-09-12 20:54:55 cg Exp $'
 ! !