From b9db2f0137dd06111913dd93d97737542dba026d Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sat, 7 Oct 2000 00:49:12 +0000 Subject: Use gnome-vfs to retrieve the requested files. Allows services to specify 2000-10-06 Iain Holmes * component/e-summary.c (request_cb): Use gnome-vfs to retrieve the requested files. Allows services to specify remote urls. (load_default, e_summary_display_window, e_summary_rebuild_page): Change the html to match TigerT's lovely design. (e_summary_add_html_service, e_summary_add_html_service): Add the client argument so we can destroy it when we've quit. (e_summary_window_update): Only do an update if there isn't one pending. * component/e-summary-factory.c (embed_service): upd. * test-service/main.c: Made the test service be really silly and count the number of seconds since it was started. svn path=/trunk/; revision=5776 --- executive-summary/evolution-services/Makefile.am | 10 ---------- .../evolution-services/executive-summary-client.c | 1 - executive-summary/evolution-services/executive-summary.c | 3 ++- 3 files changed, 2 insertions(+), 12 deletions(-) (limited to 'executive-summary/evolution-services') diff --git a/executive-summary/evolution-services/Makefile.am b/executive-summary/evolution-services/Makefile.am index 8373dc72ab..4148671a0f 100644 --- a/executive-summary/evolution-services/Makefile.am +++ b/executive-summary/evolution-services/Makefile.am @@ -46,13 +46,3 @@ libevolution_services_la_LIBADD = \ $(GTKHTML_LIBS) \ $(UNICODE_LIBS) -if ENABLE_PURIFY -PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ - -all-local: evolution-mail.pure - -evolution-mail.pure: evolution-mail - @rm -f evolution-mail.pure - $(PLINK) $(evolution_mail_LDFLAGS) $(evolution_mail_OBJECTS) $(evolution_mail_LDADD) $(LIBS) - -endif diff --git a/executive-summary/evolution-services/executive-summary-client.c b/executive-summary/evolution-services/executive-summary-client.c index 2ea9175bd9..f608b0908f 100644 --- a/executive-summary/evolution-services/executive-summary-client.c +++ b/executive-summary/evolution-services/executive-summary-client.c @@ -151,7 +151,6 @@ executive_summary_client_update (ExecutiveSummaryClient *client, Evolution_Summary_update_html_component (summary, corba_object, html, &ev); - if (ev._major != CORBA_NO_EXCEPTION) { g_warning ("Error updating the component"); } diff --git a/executive-summary/evolution-services/executive-summary.c b/executive-summary/evolution-services/executive-summary.c index 08e4146466..f3e36f1735 100644 --- a/executive-summary/evolution-services/executive-summary.c +++ b/executive-summary/evolution-services/executive-summary.c @@ -116,12 +116,13 @@ impl_Evolution_Summary_update_html_component (PortableServer_Servant servant, BonoboObject *bonobo_object; ExecutiveSummary *summary; ExecutiveSummaryPrivate *priv; + struct _queuedata *qd; bonobo_object = bonobo_object_from_servant (servant); summary = EXECUTIVE_SUMMARY (bonobo_object); priv = summary->private; - (* priv->update) (summary, component, html, priv->closure); + (*priv->update) (summary, component, html, priv->closure); } /* GtkObject methods */ -- cgit v1.2.3