aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/message-list.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index fc1d6896a6..f46a88e243 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -1931,7 +1931,7 @@ static ECell * create_composite_cell (gint col)
/* "bold_column", COL_UNREAD, */
"color_column", COL_COLOUR,
NULL);
- cell_tree = e_cell_tree_new (NULL, NULL, TRUE, cell_sub);
+ cell_tree = e_cell_tree_new (TRUE, cell_sub);
e_cell_vbox_append (E_CELL_VBOX (cell_vbox), cell_hbox, COL_FROM);
e_cell_vbox_append (E_CELL_VBOX (cell_vbox), cell_tree, COL_SUBJECT);
@@ -2004,8 +2004,7 @@ message_list_create_extras (void)
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));
+ e_cell_tree_new (TRUE, cell));
/* size cell */
cell = e_cell_size_new (NULL, GTK_JUSTIFY_RIGHT);