aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/message-list.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 9020f531d7..aabcb43384 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-05 Christopher James Lahey <clahey@ximian.com>
+
+ * message-list.c (message_list_setup_etree): Turn on
+ "uniform_row_height" argument.
+
2001-10-04 <NotZed@Ximian.com>
* folder-browser.c (update_status_bar): Show "nn sent" as total in
diff --git a/mail/message-list.c b/mail/message-list.c
index f78e4beb99..695e1b7f17 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -1053,6 +1053,10 @@ message_list_setup_etree (MessageList *message_list, gboolean outgoing)
char *path;
char *name;
struct stat st;
+
+ gtk_object_set (GTK_OBJECT (message_list->tree),
+ "uniform_row_height", TRUE,
+ NULL);
name = camel_service_get_name (CAMEL_SERVICE (message_list->folder->parent_store), TRUE);
d(printf ("folder name is '%s'\n", name));