diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-02 19:55:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-02 21:23:19 +0800 |
commit | 4e4fcdad46e710f18d3d802d9734fc53213bc6b8 (patch) | |
tree | 3b7c8fa6f8e0176e1bc8ba24f1b77be1c1805c68 /calendar/gui | |
parent | a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c (diff) | |
download | gsoc2013-evolution-4e4fcdad46e710f18d3d802d9734fc53213bc6b8.tar.gz gsoc2013-evolution-4e4fcdad46e710f18d3d802d9734fc53213bc6b8.tar.zst gsoc2013-evolution-4e4fcdad46e710f18d3d802d9734fc53213bc6b8.zip |
Miscellaneous cleanup bits from WebKit branch.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-cal-component-preview.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/calendar/gui/e-cal-component-preview.c b/calendar/gui/e-cal-component-preview.c index 77fa25c995..dbc0fc884f 100644 --- a/calendar/gui/e-cal-component-preview.c +++ b/calendar/gui/e-cal-component-preview.c @@ -401,14 +401,8 @@ cal_component_preview_class_init (ECalComponentPreviewClass *class) static void cal_component_preview_init (ECalComponentPreview *preview) { - GtkHTML *html; - preview->priv = E_CAL_COMPONENT_PREVIEW_GET_PRIVATE (preview); - html = GTK_HTML (preview); - gtk_html_set_default_content_type (html, "charset=utf-8"); - gtk_html_load_empty (html); - preview->priv->zone = icaltimezone_get_utc_timezone (); } |