diff options
Diffstat (limited to 'executive-summary/component/e-summary-factory.c')
-rw-r--r-- | executive-summary/component/e-summary-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executive-summary/component/e-summary-factory.c b/executive-summary/component/e-summary-factory.c index b023d38316..355432f338 100644 --- a/executive-summary/component/e-summary-factory.c +++ b/executive-summary/component/e-summary-factory.c @@ -208,7 +208,7 @@ embed_service (GtkWidget *widget, /* Create view */ html = executive_summary_component_client_create_html_view (client, &title); - e_summary_add_html_service (esummary, summary, html, title); + e_summary_add_html_service (esummary, summary, client, html, title); g_free (html); e_summary_rebuild_page (esummary); |