aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-06 03:15:43 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-06 03:15:43 +0800
commit0a6ee68aee1b9f8bafad818392b50415a40bdb81 (patch)
tree700fe36bc4b9abc2472516e5e7e5ad8ed064f443 /views
parent57085df34a93f97478c5e2eb915b30359f1d634b (diff)
downloadgsoc2013-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')
-rw-r--r--views/ChangeLog5
-rw-r--r--views/mail/By_Sender.galview3
-rw-r--r--views/mail/By_Status.galview3
-rw-r--r--views/mail/By_Subject.galview3
4 files changed, 11 insertions, 3 deletions
diff --git a/views/ChangeLog b/views/ChangeLog
index 3821f57fb9..93edd054ad 100644
--- a/views/ChangeLog
+++ b/views/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-05 Christopher James Lahey <clahey@ximian.com>
+
+ * mail/By_Sender.galview, mail/By_Status.galview,
+ mail/By_Subject.galview: Fixed these.
+
2001-06-15 Federico Mena Quintero <federico@ximian.com>
* calendar/galview.xml: New list of the default calendar views.
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>