diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-06 03:15:43 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-06 03:15:43 +0800 |
commit | 0a6ee68aee1b9f8bafad818392b50415a40bdb81 (patch) | |
tree | 700fe36bc4b9abc2472516e5e7e5ad8ed064f443 /views/mail | |
parent | 57085df34a93f97478c5e2eb915b30359f1d634b (diff) | |
download | gsoc2013-evolution-0a6ee68aee1b9f8bafad818392b50415a40bdb81.tar gsoc2013-evolution-0a6ee68aee1b9f8bafad818392b50415a40bdb81.tar.gz gsoc2013-evolution-0a6ee68aee1b9f8bafad818392b50415a40bdb81.tar.bz2 gsoc2013-evolution-0a6ee68aee1b9f8bafad818392b50415a40bdb81.tar.lz gsoc2013-evolution-0a6ee68aee1b9f8bafad818392b50415a40bdb81.tar.xz gsoc2013-evolution-0a6ee68aee1b9f8bafad818392b50415a40bdb81.tar.zst gsoc2013-evolution-0a6ee68aee1b9f8bafad818392b50415a40bdb81.zip |
Fixed these.
2001-10-05 Christopher James Lahey <clahey@ximian.com>
* mail/By_Sender.galview, mail/By_Status.galview,
mail/By_Subject.galview: Fixed these.
svn path=/trunk/; revision=13456
Diffstat (limited to 'views/mail')
-rw-r--r-- | views/mail/By_Sender.galview | 3 | ||||
-rw-r--r-- | views/mail/By_Status.galview | 3 | ||||
-rw-r--r-- | views/mail/By_Subject.galview | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/views/mail/By_Sender.galview b/views/mail/By_Sender.galview index e4bbf0b49a..3cd14800ee 100644 --- a/views/mail/By_Sender.galview +++ b/views/mail/By_Sender.galview @@ -3,9 +3,10 @@ <column source="0"/> <column source="3"/> <column source="1"/> + <column source="4"/> <column source="5"/> <column source="6"/> <grouping> - <group column="4" ascending="true"/> + <leaf column="4" ascending="true"/> </grouping> </ETableState> diff --git a/views/mail/By_Status.galview b/views/mail/By_Status.galview index 820cabea8e..771dde1de1 100644 --- a/views/mail/By_Status.galview +++ b/views/mail/By_Status.galview @@ -1,11 +1,12 @@ <?xml version="1.0"?> <ETableState state-version="0.100000"> <column source="0"/> + <column source="3"/> <column source="1"/> <column source="4"/> <column source="5"/> <column source="6"/> <grouping> - <group column="3" ascending="true"/> + <leaf column="0" ascending="true"/> </grouping> </ETableState> diff --git a/views/mail/By_Subject.galview b/views/mail/By_Subject.galview index 1415d3712f..22c9258d2f 100644 --- a/views/mail/By_Subject.galview +++ b/views/mail/By_Subject.galview @@ -4,8 +4,9 @@ <column source="3"/> <column source="1"/> <column source="4"/> + <column source="5"/> <column source="6"/> <grouping> - <group column="5" ascending="true"/> + <leaf column="5" ascending="true"/> </grouping> </ETableState> |