copy asOrderedCollection -> copyAsOrderedCollection
authorClaus Gittinger <cg@exept.de>
Tue, 13 Oct 2009 09:39:27 +0200
changeset 8977 0fd3fcbb8fc7
parent 8976 11f9aab1157e
child 8978 487f9ba1c483
copy asOrderedCollection -> copyAsOrderedCollection
DirectoryContentsBrowser.st
--- a/DirectoryContentsBrowser.st	Tue Oct 13 09:39:10 2009 +0200
+++ b/DirectoryContentsBrowser.st	Tue Oct 13 09:39:27 2009 +0200
@@ -1982,7 +1982,7 @@
     selection isSequenceable ifFalse:[
         selection := OrderedCollection with:selection.
     ].
-    selection := selection copy asOrderedCollection.
+    selection := selection copyAsOrderedCollection.
     (self viewDirsInContentsBrowser value and:[browserItemList notEmpty]) ifTrue:[
         selection removeIdentical:(browserItemList first) ifAbsent:[nil]
     ].
@@ -3302,9 +3302,9 @@
 !DirectoryContentsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.223 2009-10-02 08:43:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.224 2009-10-13 07:39:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.223 2009-10-02 08:43:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.224 2009-10-13 07:39:27 cg Exp $'
 ! !