diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-09-28 17:03:20 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-09-28 17:03:20 +0800 |
commit | c22849ea5d9f84d1006df256c1917f13cdb40cc9 (patch) | |
tree | 0268d4227dab7dfa0cbf597203097e4663d26819 /views/addressbook | |
parent | 665105ab1052fe36ddc742747ff541fdfdae49a5 (diff) | |
download | gsoc2013-evolution-c22849ea5d9f84d1006df256c1917f13cdb40cc9.tar.gz 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/addressbook')
-rw-r--r-- | views/addressbook/By_Company.galview | 2 | ||||
-rw-r--r-- | views/addressbook/Phone_List.galview | 10 |
2 files changed, 6 insertions, 6 deletions
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> |