[evolution-patches] [addressbook] Patch for Bug #271594



Hi

The attached patch Fixes 271594 and 273870



Thanks
Devashish
Index: addressbook/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1990
diff -u -p -r1.1990 ChangeLog
--- addressbook/ChangeLog	26 Aug 2005 05:39:33 -0000	1.1990
+++ addressbook/ChangeLog	13 Sep 2005 11:53:36 -0000
@@ -1,3 +1,11 @@
+2005-09-13  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. Same can be done for other fields if
+	required.
+	Fixes #271594,#273870
+
 2005-08-26  Devashish Sharma <sdevashish novell com>
 
 	* gui/widgets/e-addressbook-view.etspec: In ETableSpecification source
Index: addressbook/gui/widgets/e-addressbook-view.etspec
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/widgets/e-addressbook-view.etspec,v
retrieving revision 1.7
diff -u -p -r1.7 e-addressbook-view.etspec
--- addressbook/gui/widgets/e-addressbook-view.etspec	26 Aug 2005 05:39:36 -0000	1.7
+++ addressbook/gui/widgets/e-addressbook-view.etspec	13 Sep 2005 11:55:52 -0000
@@ -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"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]