diff options
-rw-r--r-- | views/ChangeLog | 8 | ||||
-rw-r--r-- | views/addressbook/By_Company.galview | 2 | ||||
-rw-r--r-- | views/addressbook/Phone_List.galview | 10 |
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> |