diff -r e68392bc2d52 -r 0d1a8ef95754 DataSetBuilder.st --- 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