From bfcb25d071564beddda795e2fd3f0756817c2aab Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 23 Dec 2000 06:03:00 +0000 Subject: Added titles to the pixbuf columns. 2000-12-23 Christopher James Lahey * message-list.c (message_list_get_layout): Added titles to the pixbuf columns. svn path=/trunk/; revision=7139 --- mail/ChangeLog | 5 +++++ mail/message-list.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 48570506a0..a94a98b7e8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-12-23 Christopher James Lahey + + * message-list.c (message_list_get_layout): Added titles to the + pixbuf columns. + 2000-12-21 Iain Holmes * mail-summary.c: Added code to detect and regenerate the summary diff --git a/mail/message-list.c b/mail/message-list.c index 9069caa3da..4ce4776258 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -1028,10 +1028,10 @@ message_list_get_layout (MessageList *message_list) { /* Default: Status, Attachments, Priority, From, Subject, Date */ return g_strdup ("" - "" - "" - "" - "" + "" + "" + "" + "" "" "" "" -- cgit v1.2.3