From 25ad3092eb60a6dcdbb810cf684ce6dc8715ac4c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 8 Dec 2000 23:07:30 +0000 Subject: a slight mixup in order causes "1.33 M" to be displayed as the subject...uh huh, yea... svn path=/trunk/; revision=6877 --- mail/message-list.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/message-list.c b/mail/message-list.c index 45e2682795..08d3bb7ba6 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -992,6 +992,10 @@ message_list_create_extras (void) NULL); e_table_extras_add_cell(extras, "render_text", cell); + e_table_extras_add_cell(extras, "render_tree", + e_cell_tree_new (NULL, NULL, /* let the tree renderer default the pixmaps */ + TRUE, cell)); + /* size cell */ cell = e_cell_text_new (NULL, GTK_JUSTIFY_RIGHT); gtk_object_set (GTK_OBJECT (cell), @@ -1002,10 +1006,6 @@ message_list_create_extras (void) NULL); e_table_extras_add_cell(extras, "render_size", cell); - e_table_extras_add_cell(extras, "render_tree", - e_cell_tree_new (NULL, NULL, /* let the tree renderer default the pixmaps */ - TRUE, cell)); - return extras; } -- cgit v1.2.3