aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-03-05 07:12:14 +0800
committerChris Lahey <clahey@src.gnome.org>2000-03-05 07:12:14 +0800
commit391ccf456131d38de59406f0f8e6b2bece809073 (patch)
treeaacd024ad338b74e6f3da2f942d50be0eb322425 /mail/message-list.c
parentb509fbeba61dfcd75e3b43f9d532d20b8adc24cf (diff)
downloadgsoc2013-evolution-391ccf456131d38de59406f0f8e6b2bece809073.tar
gsoc2013-evolution-391ccf456131d38de59406f0f8e6b2bece809073.tar.gz
gsoc2013-evolution-391ccf456131d38de59406f0f8e6b2bece809073.tar.bz2
gsoc2013-evolution-391ccf456131d38de59406f0f8e6b2bece809073.tar.lz
gsoc2013-evolution-391ccf456131d38de59406f0f8e6b2bece809073.tar.xz
gsoc2013-evolution-391ccf456131d38de59406f0f8e6b2bece809073.tar.zst
gsoc2013-evolution-391ccf456131d38de59406f0f8e6b2bece809073.zip
Set up the column headers properly.
2000-03-04 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Set up the column headers properly. * folder-browser.c: Show the folder_browser widget. svn path=/trunk/; revision=2050
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index aad21670a3..4a0fe0049c 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -252,12 +252,12 @@ message_list_init_header (MessageList *message_list)
message_list->table_cols [COL_SENT] =
e_table_col_new (COL_SENT, _("Sent"),
- COL_SUBJECT_WIDTH, COL_SENT_WIDTH_MIN,
+ COL_SENT_WIDTH, COL_SENT_WIDTH_MIN,
message_list->render_text,
g_str_compare, TRUE);
message_list->table_cols [COL_RECEIVE] =
- e_table_col_new (COL_SENT, _("Receive"),
+ e_table_col_new (COL_RECEIVE, _("Receive"),
COL_RECEIVE_WIDTH, COL_RECEIVE_WIDTH_MIN,
message_list->render_text,
g_str_compare, TRUE);