[evolution-patches] [addressbook] Patch for Bug 265353:contact list should order the contacts alphabetically



Hi,

This fixes 265353 so that the contact-list-editor orders the contacts
alphabetically.


thanks
Devashish Sharma

Index: addressbook/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1991
diff -u -p -r1.1991 ChangeLog
--- addressbook/ChangeLog	14 Sep 2005 10:27:07 -0000	1.1991
+++ addressbook/ChangeLog	28 Sep 2005 09:35:30 -0000
@@ -1,3 +1,10 @@
+2005-09-28  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
+
 2005-09-14  Sushma Rai  <rsushma novell com>
 
 	* gui/contact-list-editor/e-contact-list-editor.etspec: Set selection 
Index: addressbook/gui/contact-list-editor/e-contact-list-editor.etspec
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-list-editor/e-contact-list-editor.etspec,v
retrieving revision 1.2
diff -u -p -r1.2 e-contact-list-editor.etspec
--- addressbook/gui/contact-list-editor/e-contact-list-editor.etspec	14 Sep 2005 10:27:07 -0000	1.2
+++ addressbook/gui/contact-list-editor/e-contact-list-editor.etspec	28 Sep 2005 09:35:53 -0000
@@ -2,6 +2,8 @@
 <ETableColumn model_col= "0" _title="Contact" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="string" />
 	<ETableState>
 		<column source="0"/>
-	        <grouping> </grouping>
+	        <grouping> 
+		  <leaf column="4" ascending="true"/>
+		</grouping>
 	</ETableState>
 </ETableSpecification>


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