From 82dd927886185c33da8df84db60f963fde29ace7 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 11 Oct 2000 12:11:11 +0000 Subject: Changed these to use the proper form for the column element. 2000-10-11 Christopher James Lahey * message-list.c, message-list.h, subscribe-dialog.c: Changed these to use the proper form for the column element. svn path=/trunk/; revision=5849 --- mail/message-list.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/message-list.c') diff --git a/mail/message-list.c b/mail/message-list.c index 653397ddec..c7e0c3e571 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -862,8 +862,8 @@ message_list_get_layout (MessageList *message_list) "" "" "" - " 0 3 " - " 4 5 " + " " + " " " " ""); } @@ -872,8 +872,8 @@ static void message_list_setup_etable(MessageList *message_list) { char *state = "" - " 0 7 " - " 4 5 " + " " + " " " "; /* build the spec based on the folder, and possibly from a saved file */ -- cgit v1.2.3