diff options
-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> |