aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-05 21:30:13 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-05 21:30:13 +0800
commit0209a694470a6e87a1ed6113a8521749b5da35e8 (patch)
tree36b90c09dda7ca7be6d344f36830bdef6df49c9e /mail/message-list.c
parent81d731c0f4704cf73775f17c0bf3a07e835cbc4d (diff)
downloadgsoc2013-evolution-0209a694470a6e87a1ed6113a8521749b5da35e8.tar
gsoc2013-evolution-0209a694470a6e87a1ed6113a8521749b5da35e8.tar.gz
gsoc2013-evolution-0209a694470a6e87a1ed6113a8521749b5da35e8.tar.bz2
gsoc2013-evolution-0209a694470a6e87a1ed6113a8521749b5da35e8.tar.lz
gsoc2013-evolution-0209a694470a6e87a1ed6113a8521749b5da35e8.tar.xz
gsoc2013-evolution-0209a694470a6e87a1ed6113a8521749b5da35e8.tar.zst
gsoc2013-evolution-0209a694470a6e87a1ed6113a8521749b5da35e8.zip
Turn on "uniform_row_height" argument.
2001-10-05 Christopher James Lahey <clahey@ximian.com> * message-list.c (message_list_setup_etree): Turn on "uniform_row_height" argument. svn path=/trunk/; revision=13442
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c4
1 files changed, 4 insertions, 0 deletions
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));