diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-06 02:40:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-06 02:40:05 +0800 |
commit | 58c180fef9256a6152e1095d57e3844f9879d1f4 (patch) | |
tree | 98a5561e5adebd115d51e1bcacafe3532e8b3253 /addressbook/gui | |
parent | 1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8 (diff) | |
download | gsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.tar.gz gsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.tar.zst gsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.zip |
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
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.etspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.etspec b/addressbook/gui/component/select-names/e-select-names.etspec index 3553ca90bf..7ed09d2b12 100644 --- a/addressbook/gui/component/select-names/e-select-names.etspec +++ b/addressbook/gui/component/select-names/e-select-names.etspec @@ -1,5 +1,5 @@ <ETableSpecification no-headers="true" cursor-mode="line"> - <ETableColumn model_col= "43" _title="Name" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="string" search="string"/> + <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> |