Tools__ChangeSetDiffList.st
changeset 13264 4a0cdaf356ec
parent 10938 2afa554b0227
child 13289 cc75e3cd0362
child 13863 481f2981e611
--- a/Tools__ChangeSetDiffList.st	Tue Jul 30 19:35:09 2013 +0200
+++ b/Tools__ChangeSetDiffList.st	Tue Jul 30 19:35:29 2013 +0200
@@ -276,7 +276,7 @@
     (newDiffs isKindOf: ChangeSetDiffComponent) ifTrue:
         [newDiffs := newDiffs diffs].
     newDiffs := self filterList: newDiffs.
-    newList := OrderedCollection new:16.    
+    newList := OrderedCollection new.    
     newDiffs do:
         [:item|
         newList add:(ListEntry model: item application: self).
@@ -287,6 +287,7 @@
 
     "Modified: / 07-07-2011 / 14:17:26 / jv"
     "Modified: / 29-11-2011 / 16:08:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 30-07-2013 / 19:30:18 / cg"
 ! !
 
 !ChangeSetDiffList::ListEntry class methodsFor:'instance creation'!
@@ -351,9 +352,10 @@
 !ChangeSetDiffList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetDiffList.st,v 1.6 2011-11-30 11:14:53 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetDiffList.st,v 1.7 2013-07-30 17:35:29 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: SVN__DiffList.st 341 2011-06-09 07:22:53Z vranyj1 §'
+    ^ '$Id: Tools__ChangeSetDiffList.st,v 1.7 2013-07-30 17:35:29 cg Exp $'
 ! !
+