DataSetBuilder.st
changeset 1700 0d1a8ef95754
parent 1699 e68392bc2d52
child 1701 079827c2760d
--- a/DataSetBuilder.st	Tue Apr 08 11:43:21 2003 +0200
+++ b/DataSetBuilder.st	Tue Apr 08 11:45:18 2003 +0200
@@ -2085,7 +2085,7 @@
 
     (list := builder bindingAt:#editorTypeList) isNil ifTrue:[
         list := (DataSetColumnSpec slices collect:[:eachSlice | eachSlice at:1]) asSet.
-        list := list asOrderedCollection sort:[:a :b | a name < b name].
+        list := list asOrderedCollection sort.
         builder aspectAt:#editorTypeList put:list
     ].
     ^list