Re: [evolution-patches] [addressbook] Fixes some issues related to views (Phone_list and By_company)
- From: Devashish <sdevashish novell com>
- To: patches <evolution-patches gnome org>
- Subject: Re: [evolution-patches] [addressbook] Fixes some issues related to views (Phone_list and By_company)
- Date: Tue, 27 Sep 2005 17:40:06 +0530
Sending the revised patch.
On Tue, 2005-09-27 at 16:20 +0530, Devashish wrote:
> Hi,
>
> Phone_List.galview: Matches new column values and changes default
> columns shown.
> By_Company.galview: Corrected the value for default sort column.
>
> thanks
> Devashish sharma
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches gnome org
> http://mail.gnome.org/mailman/listinfo/evolution-patches
Index: views/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/views/ChangeLog,v
retrieving revision 1.23
diff -u -p -r1.23 ChangeLog
--- views/ChangeLog 9 Aug 2004 19:09:14 -0000 1.23
+++ views/ChangeLog 20 Sep 2005 10:57:36 -0000
@@ -1,3 +1,11 @@
+2005-09-20 Devashish Sharma <sdevashish novell com>
+
+ * addressbook/Phone_List.galview: Match new column values, change
+ default columns shown.
+
+ * addressbook/By_Company.galview: Corrected the value for default
+ sort column.
+
2004-08-06 Chris Toshok <toshok ximian com>
[ fixes bug #52459 ]
Index: views/addressbook/By_Company.galview
===================================================================
RCS file: /cvs/gnome/evolution/views/addressbook/By_Company.galview,v
retrieving revision 1.3
diff -u -p -r1.3 By_Company.galview
--- views/addressbook/By_Company.galview 5 Dec 2003 09:25:06 -0000 1.3
+++ views/addressbook/By_Company.galview 20 Sep 2005 10:57:36 -0000
@@ -7,6 +7,6 @@
<column source="36"/>
<grouping>
<group column="35" ascending="true"/>
- <leaf column="0" ascending="true"/>
+ <leaf column="2" ascending="true"/>
</grouping>
</ETableState>
Index: views/addressbook/Phone_List.galview
===================================================================
RCS file: /cvs/gnome/evolution/views/addressbook/Phone_List.galview,v
retrieving revision 1.5
diff -u -p -r1.5 Phone_List.galview
--- views/addressbook/Phone_List.galview 9 Aug 2004 19:09:14 -0000 1.5
+++ views/addressbook/Phone_List.galview 20 Sep 2005 10:57:36 -0000
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<ETableState state-version="0.100000">
<column source="1"/>
- <column source="33"/>
- <column source="6"/>
+ <column source="5"/>
+ <column source="9"/>
<column source="15"/>
+ <column source="11"/>
<column source="17"/>
- <column source="21"/>
- <column source="25"/>
+ <column source="19"/>
<grouping>
- <leaf column="0" ascending="true"/>
+ <leaf column="4" ascending="true"/>
</grouping>
</ETableState>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]