aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-09-28 17:03:20 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-09-28 17:03:20 +0800
commitc22849ea5d9f84d1006df256c1917f13cdb40cc9 (patch)
tree0268d4227dab7dfa0cbf597203097e4663d26819 /views
parent665105ab1052fe36ddc742747ff541fdfdae49a5 (diff)
downloadgsoc2013-evolution-c22849ea5d9f84d1006df256c1917f13cdb40cc9.tar
gsoc2013-evolution-c22849ea5d9f84d1006df256c1917f13cdb40cc9.tar.gz
gsoc2013-evolution-c22849ea5d9f84d1006df256c1917f13cdb40cc9.tar.bz2
gsoc2013-evolution-c22849ea5d9f84d1006df256c1917f13cdb40cc9.tar.lz
gsoc2013-evolution-c22849ea5d9f84d1006df256c1917f13cdb40cc9.tar.xz
gsoc2013-evolution-c22849ea5d9f84d1006df256c1917f13cdb40cc9.tar.zst
gsoc2013-evolution-c22849ea5d9f84d1006df256c1917f13cdb40cc9.zip
Using the correct columns for phone list and by company views.
Patch submitted by "Devashish Sharma <sdevashish@novell.com>" svn path=/trunk/; revision=30389
Diffstat (limited to 'views')
-rw-r--r--views/ChangeLog8
-rw-r--r--views/addressbook/By_Company.galview2
-rw-r--r--views/addressbook/Phone_List.galview10
3 files changed, 14 insertions, 6 deletions
diff --git a/views/ChangeLog b/views/ChangeLog
index 14ec33d40d..1eef740b40 100644
--- a/views/ChangeLog
+++ b/views/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-28 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.
+
2005-09-20 Devashish Sharma <sdevashish@novell.com>
* addressbook/By_Company.galview: In ETableState grouping column was
diff --git a/views/addressbook/By_Company.galview b/views/addressbook/By_Company.galview
index 5d83600758..5d28aec02f 100644
--- a/views/addressbook/By_Company.galview
+++ b/views/addressbook/By_Company.galview
@@ -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>
diff --git a/views/addressbook/Phone_List.galview b/views/addressbook/Phone_List.galview
index dd69c09ee3..3c091df1ad 100644
--- a/views/addressbook/Phone_List.galview
+++ b/views/addressbook/Phone_List.galview
@@ -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>