aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-10-04 20:01:39 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-10-04 20:01:39 +0800
commitbdb103a7f2eb7eefa97543f694e4863b54399ee7 (patch)
tree2c8af32db21fd666174dbad6393d514e7b805a73 /addressbook
parent4c25c6e7371f116c7df064eca738eb3946fca97a (diff)
downloadgsoc2013-evolution-bdb103a7f2eb7eefa97543f694e4863b54399ee7.tar
gsoc2013-evolution-bdb103a7f2eb7eefa97543f694e4863b54399ee7.tar.gz
gsoc2013-evolution-bdb103a7f2eb7eefa97543f694e4863b54399ee7.tar.bz2
gsoc2013-evolution-bdb103a7f2eb7eefa97543f694e4863b54399ee7.tar.lz
gsoc2013-evolution-bdb103a7f2eb7eefa97543f694e4863b54399ee7.tar.xz
gsoc2013-evolution-bdb103a7f2eb7eefa97543f694e4863b54399ee7.tar.zst
gsoc2013-evolution-bdb103a7f2eb7eefa97543f694e4863b54399ee7.zip
Using "collate" compare type for "File As". Fixes #271594, and #273870.
Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30488
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.etspec2
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index d00f020e8f..85740ecb3a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,11 @@
2005-10-04 Devashish Sharma <sdevashish@novell.com>
+ * gui/widgets/e-addresbook-view.etspec: Changed the compare type for
+ "File As" to "collate", so that proper lexicographical sorting (based
+ on users locale)is employed. Fixes #271594, #273870.
+
+2005-10-04 Devashish Sharma <sdevashish@novell.com>
+
* gui/contact-list-editor/e-contact-list-editor.etspec: Set the
sorting column so that the contacts are alphabetically sorted in
contact list editor. Fixes #265353.
diff --git a/addressbook/gui/widgets/e-addressbook-view.etspec b/addressbook/gui/widgets/e-addressbook-view.etspec
index 60a5f9d677..3c85c3087c 100644
--- a/addressbook/gui/widgets/e-addressbook-view.etspec
+++ b/addressbook/gui/widgets/e-addressbook-view.etspec
@@ -1,5 +1,5 @@
<ETableSpecification draw-grid="true" cursor-mode="line">
- <ETableColumn model_col= "2" _title="File As" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/>
+ <ETableColumn model_col= "2" _title="File As" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="collate"/>
<ETableColumn model_col= "4" _title="Full Name" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/>
<ETableColumn model_col= "5" _title="Given Name" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/>
<ETableColumn model_col= "6" _title="Family Name" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/>