aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2003-01-15 04:58:20 +0800
committerRadek Doulik <rodo@src.gnome.org>2003-01-15 04:58:20 +0800
commit0f1117954123779f282c9a71852bb195e9b2ed64 (patch)
tree4e334a6e54f90c7aa8de73ffcc40093f396847b4 /mail/message-list.c
parenta03b38e8cfc4aaf8e694ac9611a561084aa7edad (diff)
downloadgsoc2013-evolution-0f1117954123779f282c9a71852bb195e9b2ed64.tar
gsoc2013-evolution-0f1117954123779f282c9a71852bb195e9b2ed64.tar.gz
gsoc2013-evolution-0f1117954123779f282c9a71852bb195e9b2ed64.tar.bz2
gsoc2013-evolution-0f1117954123779f282c9a71852bb195e9b2ed64.tar.lz
gsoc2013-evolution-0f1117954123779f282c9a71852bb195e9b2ed64.tar.xz
gsoc2013-evolution-0f1117954123779f282c9a71852bb195e9b2ed64.tar.zst
gsoc2013-evolution-0f1117954123779f282c9a71852bb195e9b2ed64.zip
reverted fe casts and added ChageLog entries
2003-01-14 Radek Doulik <rodo@ximian.com> * folder-browser.c (etree_key): use gtk_scrolled_window_* functions for mail_display->scroll * mail-display.c (mail_display_new): use gtk_scrolled_window_* functions * mail-display.h: use GtkScrolledWindow instead of EScrollFrame svn path=/trunk/; revision=19463
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index d1df4b160c..9a0c550922 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -1237,7 +1237,7 @@ message_list_init (GtkObject *object)
{
MessageList *message_list = MESSAGE_LIST (object);
- gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (message_list), GTK_POLICY_NEVER, GTK_POLICY_ALWAYS);
+ e_scroll_frame_set_policy (E_SCROLL_FRAME (message_list), GTK_POLICY_NEVER, GTK_POLICY_ALWAYS);
message_list->normalised_hash = g_hash_table_new (g_str_hash, g_str_equal);