From 7b60f48dddc9b77260a508b3c4580b4b193440e1 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 2 Nov 2000 19:29:04 +0000 Subject: Turn on draw grid for the main ETable (this may not be working in ETable 2000-11-02 Christopher James Lahey * message-list.c: Turn on draw grid for the main ETable (this may not be working in ETable itself.) svn path=/trunk/; revision=6358 --- mail/ChangeLog | 5 +++++ mail/message-list.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index f9eaf33960..f17a074338 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-11-02 Christopher James Lahey + + * message-list.c: Turn on draw grid for the main ETable (this may + not be working in ETable itself.) + 2000-11-01 Jeffrey Stedfast * mail-threads.c (mail_op_set_message): fmt argument should be diff --git a/mail/message-list.c b/mail/message-list.c index 832e7807d1..a3fd78c6bc 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -936,7 +936,7 @@ static char * message_list_get_layout (MessageList *message_list) { /* Message status, From, Subject, Sent Date */ - return g_strdup ("" + return g_strdup ("" "" "" "" -- cgit v1.2.3