Files
evolution/addressbook/gui/component/select-names/e-select-names.etspec
Jeffrey Stedfast 58c180fef9 Use collate for sorting rather than the normal string sort. This fixes bug
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
2002-12-05 18:40:05 +00:00

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>