diff options
author | Larry Ewing <lewing@src.gnome.org> | 2001-10-11 12:30:10 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-10-11 12:30:10 +0800 |
commit | 4e40ea7c7fe9c469706b23414b1dbe0884e5f267 (patch) | |
tree | 56147a47aac8c8c208d7ae472fad4cde1e43e24f /calendar/gui | |
parent | dfbc58d0466a24dd08c5f20ac4199fe8bd353e85 (diff) | |
download | gsoc2013-evolution-4e40ea7c7fe9c469706b23414b1dbe0884e5f267.tar gsoc2013-evolution-4e40ea7c7fe9c469706b23414b1dbe0884e5f267.tar.gz gsoc2013-evolution-4e40ea7c7fe9c469706b23414b1dbe0884e5f267.tar.bz2 gsoc2013-evolution-4e40ea7c7fe9c469706b23414b1dbe0884e5f267.tar.lz gsoc2013-evolution-4e40ea7c7fe9c469706b23414b1dbe0884e5f267.tar.xz gsoc2013-evolution-4e40ea7c7fe9c469706b23414b1dbe0884e5f267.tar.zst gsoc2013-evolution-4e40ea7c7fe9c469706b23414b1dbe0884e5f267.zip |
Silence warning I missed.
--Larry
svn path=/trunk/; revision=13577
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-itip-control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index eaf6df4ec7..5b18d42111 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -246,7 +246,7 @@ init (EItipControl *itip) /* Html Widget */ priv->html = gtk_html_new (); - gtk_html_set_default_content_type (priv->html, + gtk_html_set_default_content_type (GTK_HTML (priv->html), "text/html; charset=utf-8"); gtk_widget_show (priv->html); |