diff options
Diffstat (limited to 'executive-summary/evolution-services/executive-summary.c')
-rw-r--r-- | executive-summary/evolution-services/executive-summary.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |