2002-12-05 Jeffrey Stedfast <fejj@ximian.com> * gui/component/select-names/e-select-names.etspec: Use collate for sorting rather than the normal string sort. This fixes bug #26335 without causing bug #33933 :-) svn path=/trunk/; revision=19015
8 lines
353 B
Plaintext
8 lines
353 B
Plaintext
<ETableSpecification no-headers="true" cursor-mode="line">
|
|
<ETableColumn model_col= "43" _title="Name" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="collate" search="string"/>
|
|
<ETableState>
|
|
<column source="0"/>
|
|
<grouping> <leaf column="0" ascending="true"/> </grouping>
|
|
</ETableState>
|
|
</ETableSpecification>
|