From 90c26d6fe6db1e9a2f03498dce8f9f135233bcf8 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 20 Oct 2010 21:12:57 +0200 Subject: e-table: Remove retro look It's not used by themes so I don't see the need to port it. --- mail/message-list.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail/message-list.c') 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); -- cgit v1.2.3