diff options
Diffstat (limited to 'executive-summary/evolution-services')
-rw-r--r-- | executive-summary/evolution-services/executive-summary-html-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/executive-summary/evolution-services/executive-summary-html-view.c b/executive-summary/evolution-services/executive-summary-html-view.c index 1792a5a53e..659aad18fd 100644 --- a/executive-summary/evolution-services/executive-summary-html-view.c +++ b/executive-summary/evolution-services/executive-summary-html-view.c @@ -209,7 +209,6 @@ executive_summary_html_view_new_full (BonoboEventSource *event_source) corba_object = bonobo_object_activate_servant (BONOBO_OBJECT (view), servant); - bonobo_object_ref (BONOBO_OBJECT (event_source)); executive_summary_html_view_construct (view, event_source, corba_object); return BONOBO_OBJECT (view); |