DirectoryContentsBrowser.st
changeset 8977 0fd3fcbb8fc7
parent 8845 471945efed1c
child 8998 9e82e5a0ea9a
--- 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 $'
 ! !