From eb914c346efc8a21bce5362e142b2207783a2b0a Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 19 Oct 2000 01:52:22 +0000 Subject: Fixed some column widths. 2000-10-18 Christopher James Lahey * message-list.c: Fixed some column widths. svn path=/trunk/; revision=6013 --- mail/ChangeLog | 4 ++++ mail/message-list.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 3a64999447..28c346564f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2000-10-18 Christopher James Lahey + + * message-list.c: Fixed some column widths. + 2000-10-18 Iain Holmes * mail-config-gui.c (mail_config): Make all the CLists have passive diff --git a/mail/message-list.c b/mail/message-list.c index b065405e30..b340efdb41 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -909,9 +909,9 @@ message_list_get_layout (MessageList *message_list) { /* Message status, From, Subject, Sent Date */ return g_strdup ("" - "" - "" - "" + "" + "" + "" "" "" "" -- cgit v1.2.3