Re: [evolution-patches] [addressbook] Patch for Bug 265353:contact list should order the contacts alphabetically
- From: Devashish <sdevashish novell com>
- To: Sushma Rai <rsushma novell com>
- Cc: patches <evolution-patches gnome org>
- Subject: Re: [evolution-patches] [addressbook] Patch for Bug 265353:contact list should order the contacts alphabetically
- Date: Tue, 04 Oct 2005 15:41:15 +0530
Hi,
Attaching the revised patch with changes done.
On Tue, 2005-10-04 at 15:30 +0530, Sushma Rai wrote:
> This patch partially solves the problem.
> It works only when types the e-mail ids.
>
> But doesn't work in case of DnD and Select contacts.
>
> Thanks,
> Sushma.
>
> On Wed, 2005-09-28 at 15:08 +0530, Devashish wrote:
> > Hi,
> >
> > This fixes 265353 so that the contact-list-editor orders the contacts
> > alphabetically.
> >
> >
> > thanks
> > Devashish Sharma
> >
> > _______________________________________________
> > Evolution-patches mailing list
> > Evolution-patches gnome org
> > http://mail.gnome.org/mailman/listinfo/evolution-patches
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 4 Oct 2005 10:11:54 -0000
@@ -1,7 +1,9 @@
<ETableSpecification no-headers="true" cursor-mode="line" selection-mode="multiple">
-<ETableColumn model_col= "0" _title="Contact" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="string" />
+<ETableColumn model_col= "0" _title="Contact" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="collate" />
<ETableState>
<column source="0"/>
- <grouping> </grouping>
+ <grouping>
+ <leaf column="0" ascending="true"/>
+ </grouping>
</ETableState>
</ETableSpecification>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]