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/By_Status.galview | |
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/By_Status.galview')
-rw-r--r-- | views/mail/By_Status.galview | 3 |
1 files changed, 2 insertions, 1 deletions
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> |