From cc19f5cc1f16663f64c47504ae05e15e7e296d77 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 5 Sep 2001 22:42:16 +0000 Subject: Stop the summary jumping to the top on redraw svn path=/trunk/; revision=12636 --- my-evolution/e-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'my-evolution/e-summary.c') diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 788945be73..8d816617b9 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -182,7 +182,7 @@ e_summary_draw (ESummary *summary) g_string_append (string, HTML_5); stream = gtk_html_begin (GTK_HTML (summary->priv->html)); -/* GTK_HTML (summary->priv->html)->engine->newPage = FALSE; */ + GTK_HTML (summary->priv->html)->engine->newPage = FALSE; gtk_html_write (GTK_HTML (summary->priv->html), stream, string->str, strlen (string->str)); gtk_html_end (GTK_HTML (summary->priv->html), stream, GTK_HTML_STREAM_OK); -- cgit v1.2.3