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/ChangeLog | 5 +++++ mail/message-list.c | 8 ++++---- mail/subscribe-dialog.c | 6 +++--- 3 files changed, 12 insertions(+), 7 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 7c9e329a6e..cab63f6706 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +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. + 2000-10-11 Christopher James Lahey * message-list.c, message-list.h, subscribe-dialog.c: Updated 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 */ diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index 9a441ff419..133d82405c 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -45,8 +45,8 @@ \ \ \ - 0 \ - 1 \ + \ + \ \ \ " @@ -54,7 +54,7 @@ #define STORE_ETABLE_SPEC " \ \ \ - 0 \ + \ \ \ " -- cgit v1.2.3