aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-06-09 06:38:47 +0800
committerIain Holmes <iain@src.gnome.org>2001-06-09 06:38:47 +0800
commit7343d66ba7149b389b86508d188bab9c4bfe28dc (patch)
tree50e203c463a4afa51e5aee5f63063402d02b3ca0 /my-evolution/e-summary.c
parent5361b89a79ea7ae5bd947deab445b57a324640c9 (diff)
downloadgsoc2013-evolution-7343d66ba7149b389b86508d188bab9c4bfe28dc.tar
gsoc2013-evolution-7343d66ba7149b389b86508d188bab9c4bfe28dc.tar.gz
gsoc2013-evolution-7343d66ba7149b389b86508d188bab9c4bfe28dc.tar.bz2
gsoc2013-evolution-7343d66ba7149b389b86508d188bab9c4bfe28dc.tar.lz
gsoc2013-evolution-7343d66ba7149b389b86508d188bab9c4bfe28dc.tar.xz
gsoc2013-evolution-7343d66ba7149b389b86508d188bab9c4bfe28dc.tar.zst
gsoc2013-evolution-7343d66ba7149b389b86508d188bab9c4bfe28dc.zip
Some fixes
svn path=/trunk/; revision=10169
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r--my-evolution/e-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c
index 775dfaf761..920f2ad334 100644
--- a/my-evolution/e-summary.c
+++ b/my-evolution/e-summary.c
@@ -333,7 +333,7 @@ e_summary_init (ESummary *summary)
priv->html_scroller = gtk_scrolled_window_new (NULL, NULL);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (priv->html_scroller),
- GTK_POLICY_NEVER,
+ GTK_POLICY_AUTOMATIC,
GTK_POLICY_AUTOMATIC);
priv->html = gtk_html_new ();
gtk_html_set_editable (GTK_HTML (priv->html), FALSE);