aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-10-23 05:19:07 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-10-23 05:19:07 +0800
commite42e84e2bf7d38341ad44695cbf90df933d8c580 (patch)
treeb6829873a1cfab5aa6108fcea22403e7c0a2eba5 /mail/mail-display.c
parentb2fb54f39b6f1a61625a9efbe09150e6a816eb92 (diff)
downloadgsoc2013-evolution-e42e84e2bf7d38341ad44695cbf90df933d8c580.tar
gsoc2013-evolution-e42e84e2bf7d38341ad44695cbf90df933d8c580.tar.gz
gsoc2013-evolution-e42e84e2bf7d38341ad44695cbf90df933d8c580.tar.bz2
gsoc2013-evolution-e42e84e2bf7d38341ad44695cbf90df933d8c580.tar.lz
gsoc2013-evolution-e42e84e2bf7d38341ad44695cbf90df933d8c580.tar.xz
gsoc2013-evolution-e42e84e2bf7d38341ad44695cbf90df933d8c580.tar.zst
gsoc2013-evolution-e42e84e2bf7d38341ad44695cbf90df933d8c580.zip
Make the vertical toolbar always visible in the message list and the
message view (patch pulled up from the evolution-0-6-branch). svn path=/trunk/; revision=6112
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r--mail/mail-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c
index 6757af1ca5..c2e576dec5 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -795,7 +795,7 @@ mail_display_new (void)
scroll = e_scroll_frame_new (NULL, NULL);
e_scroll_frame_set_policy (E_SCROLL_FRAME (scroll),
- GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
+ GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS);
e_scroll_frame_set_shadow_type (E_SCROLL_FRAME (scroll), GTK_SHADOW_IN);
gtk_box_pack_start_defaults (GTK_BOX (mail_display), GTK_WIDGET (scroll));
gtk_widget_show (GTK_WIDGET (scroll));