diff options
author | Chris Toshok <toshok@ximian.com> | 2004-08-10 03:09:14 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-08-10 03:09:14 +0800 |
commit | f72d4e679fbe9c26bfb54162265ab5ef6c0ecb80 (patch) | |
tree | 96ede8f07646f7462641dfaec2cf05023c5fc001 | |
parent | cceb3566645cfe7dcc56784e80c9f52b357f898a (diff) | |
download | gsoc2013-evolution-f72d4e679fbe9c26bfb54162265ab5ef6c0ecb80.tar gsoc2013-evolution-f72d4e679fbe9c26bfb54162265ab5ef6c0ecb80.tar.gz gsoc2013-evolution-f72d4e679fbe9c26bfb54162265ab5ef6c0ecb80.tar.bz2 gsoc2013-evolution-f72d4e679fbe9c26bfb54162265ab5ef6c0ecb80.tar.lz gsoc2013-evolution-f72d4e679fbe9c26bfb54162265ab5ef6c0ecb80.tar.xz gsoc2013-evolution-f72d4e679fbe9c26bfb54162265ab5ef6c0ecb80.tar.zst gsoc2013-evolution-f72d4e679fbe9c26bfb54162265ab5ef6c0ecb80.zip |
[ fixes bug #52459 ] use the same defaults as the 1.4 phone list view.
2004-08-06 Chris Toshok <toshok@ximian.com>
[ fixes bug #52459 ]
* addressbook/Phone_List.galview: use the same defaults as the 1.4
phone list view.
svn path=/trunk/; revision=26858
-rw-r--r-- | views/ChangeLog | 6 | ||||
-rw-r--r-- | views/addressbook/Phone_List.galview | 10 |
2 files changed, 12 insertions, 4 deletions
diff --git a/views/ChangeLog b/views/ChangeLog index 983d45093a..c05d316671 100644 --- a/views/ChangeLog +++ b/views/ChangeLog @@ -1,3 +1,9 @@ +2004-08-06 Chris Toshok <toshok@ximian.com> + + [ fixes bug #52459 ] + * addressbook/Phone_List.galview: use the same defaults as the 1.4 + phone list view. + 2004-04-01 JP Rosevear <jpr@ximian.com> * tasks/galview.xml: add/remove views diff --git a/views/addressbook/Phone_List.galview b/views/addressbook/Phone_List.galview index 98e6bbe2ad..dd69c09ee3 100644 --- a/views/addressbook/Phone_List.galview +++ b/views/addressbook/Phone_List.galview @@ -1,10 +1,12 @@ <?xml version="1.0"?> <ETableState state-version="0.100000"> - <column source="0"/> <column source="1"/> - <column source="5"/> - <column source="23"/> - <column source="36"/> + <column source="33"/> + <column source="6"/> + <column source="15"/> + <column source="17"/> + <column source="21"/> + <column source="25"/> <grouping> <leaf column="0" ascending="true"/> </grouping> |