From 400b1300609256de46e00e6e1856680a6322d06d Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Thu, 19 Jul 2001 21:45:06 +0000 Subject: Set the vertical scrolling policy for the mail display to AUTOMATIC, only 2001-07-19 Jason Leach * mail-display.c (mail_display_new): Set the vertical scrolling policy for the mail display to AUTOMATIC, only get a scrollbar if the e-mail is longer than one frame. * folder-browser.c (my_folder_browser_init): We were setting the policy twice (and to two different things). Removed this one. * message-list.c (message_list_init): Set the policy for the message list scroll frame to be horizontal=NEVER, vertical=AUTOMATIC (scrollbar only if you have >1 page of messages). svn path=/trunk/; revision=11239 --- mail/folder-browser.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mail/folder-browser.c') diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 8f9c886c63..0d3d0545a9 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -1788,10 +1788,6 @@ my_folder_browser_init (GtkObject *object) fb->preview_shown = TRUE; - e_scroll_frame_set_policy(E_SCROLL_FRAME(fb->message_list), - GTK_POLICY_NEVER, - GTK_POLICY_ALWAYS); - gtk_signal_connect (GTK_OBJECT (fb->mail_display->html), "key_press_event", GTK_SIGNAL_FUNC (on_key_press), fb); -- cgit v1.2.3