From af8abf4f2dc7055756265744319dd7354f0310ce Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Wed, 2 May 2001 20:51:10 +0000 Subject: I commited patches to mail and calendar summary which relied on this, but forgot this file :( 2001-05-02 Gediminas Paulauskas * component/e-summary.c: set default content type of html to "text/html; charset=utf-8". svn path=/trunk/; revision=9651 --- executive-summary/ChangeLog | 5 +++++ executive-summary/component/e-summary.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index d5788e2a1e..16c7975314 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,8 @@ +2001-05-02 Gediminas Paulauskas + + * component/e-summary.c: set default content type of html to + "text/html; charset=utf-8". + 2001-04-25 Dan Winship * idl/Makefile.am (INCLUDES): Remove this section, which doesn't diff --git a/executive-summary/component/e-summary.c b/executive-summary/component/e-summary.c index 64866318ac..a667c0c9f2 100644 --- a/executive-summary/component/e-summary.c +++ b/executive-summary/component/e-summary.c @@ -224,6 +224,8 @@ e_summary_init (ESummary *esummary) GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); priv->html = gtk_html_new (); gtk_html_set_editable (GTK_HTML (priv->html), FALSE); + gtk_html_set_default_content_type (GTK_HTML (priv->html), + "text/html; charset=utf-8"); gtk_html_set_default_background_color (GTK_HTML (priv->html), &bgcolour); gtk_signal_connect (GTK_OBJECT (priv->html), "url-requested", GTK_SIGNAL_FUNC (e_summary_url_request), esummary); -- cgit v1.2.3