aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/e-summary-factory.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-10-07 08:46:26 +0800
committerIain Holmes <iain@src.gnome.org>2000-10-07 08:46:26 +0800
commitd412d185d593da40b2ff5c8eb913b1152cc13856 (patch)
tree6d8c65e6cd35fbcfff1ef0bc1f975c1c3f902b26 /executive-summary/component/e-summary-factory.c
parentdae66d806c60bd4825cdb7525dc7fe30b863a0b7 (diff)
downloadgsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.gz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.bz2
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.lz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.xz
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.tar.zst
gsoc2013-evolution-d412d185d593da40b2ff5c8eb913b1152cc13856.zip
Byebye Makefile.in
svn path=/trunk/; revision=5775
Diffstat (limited to 'executive-summary/component/e-summary-factory.c')
-rw-r--r--executive-summary/component/e-summary-factory.c2
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);