aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-12-06 02:40:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-12-06 02:40:05 +0800
commit58c180fef9256a6152e1095d57e3844f9879d1f4 (patch)
tree98a5561e5adebd115d51e1bcacafe3532e8b3253
parent1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8 (diff)
downloadgsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.tar
gsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.tar.gz
gsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.tar.bz2
gsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.tar.lz
gsoc2013-evolution-58c180fef9256a6152e1095d57e3844f9879d1f4.tar.xz
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
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/select-names/e-select-names.etspec2
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index faa71cc119..3ec5dd65c9 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+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 :-)
+
2002-11-30 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_connect): only
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>