diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-21 14:27:03 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-21 14:27:03 +0800 |
commit | 67b1bc4faf719d2762a8fb967f59326fa18fea2b (patch) | |
tree | c16f643864eaa90307b566dcd109d2d8bcb06cc8 /views/addressbook | |
parent | 06341c604d36b3ce69a2aa8552117f74b4e333e5 (diff) | |
download | gsoc2013-evolution-67b1bc4faf719d2762a8fb967f59326fa18fea2b.tar gsoc2013-evolution-67b1bc4faf719d2762a8fb967f59326fa18fea2b.tar.gz gsoc2013-evolution-67b1bc4faf719d2762a8fb967f59326fa18fea2b.tar.bz2 gsoc2013-evolution-67b1bc4faf719d2762a8fb967f59326fa18fea2b.tar.lz gsoc2013-evolution-67b1bc4faf719d2762a8fb967f59326fa18fea2b.tar.xz gsoc2013-evolution-67b1bc4faf719d2762a8fb967f59326fa18fea2b.tar.zst gsoc2013-evolution-67b1bc4faf719d2762a8fb967f59326fa18fea2b.zip |
Group by the correct column.
2001-10-21 Christopher James Lahey <clahey@ximian.com>
* addressbook/By_Company.galview: Group by the correct column.
* addressbook/By_Company.galview, addressbook/Phone_List.galview:
Updated both sets of columns here to make more sense.
svn path=/trunk/; revision=13845
Diffstat (limited to 'views/addressbook')
-rw-r--r-- | views/addressbook/By_Company.galview | 4 | ||||
-rw-r--r-- | views/addressbook/Phone_List.galview | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/views/addressbook/By_Company.galview b/views/addressbook/By_Company.galview index a16b8fac95..e658639226 100644 --- a/views/addressbook/By_Company.galview +++ b/views/addressbook/By_Company.galview @@ -2,7 +2,7 @@ <ETableState state-version="0.100000"> <column source="1"/> <column source="31"/> - <column source="9"/> + <column source="8"/> <column source="0"/> <column source="29"/> <column source="5"/> @@ -10,7 +10,7 @@ <column source="8"/> <column source="12"/> <grouping> - <group column="10" ascending="true"/> + <group column="9" ascending="true"/> <leaf column="0" ascending="true"/> </grouping> </ETableState> diff --git a/views/addressbook/Phone_List.galview b/views/addressbook/Phone_List.galview index 68e8e4ffc1..b9e2b1a553 100644 --- a/views/addressbook/Phone_List.galview +++ b/views/addressbook/Phone_List.galview @@ -1,8 +1,8 @@ <?xml version="1.0"?> <ETableState state-version="0.100000"> - <column source="1"/> - <column source="9"/> <column source="0"/> + <column source="9"/> + <column source="2"/> <column source="5"/> <column source="14"/> <column source="8"/> |