From 11c2610a62f60a0394c0eea0fede081d9fd678bd Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 10 Jan 2001 23:58:20 +0000 Subject: [PATCH] don't add the client site to the item container. 2001-01-11 Michael Meeks * gpdf.cc (container_launch_component): don't add the client site to the item container. --- pdf/xpdf/ChangeLog | 5 +++++ pdf/xpdf/gpdf.cc | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog index c5077231..75a811ee 100644 --- a/pdf/xpdf/ChangeLog +++ b/pdf/xpdf/ChangeLog @@ -1,3 +1,8 @@ +2001-01-11 Michael Meeks + + * gpdf.cc (container_launch_component): don't add the client + site to the item container. + 2000-12-21 Michael Meeks * bonobo-application-x-pdf.cc: Kill mutex / thread init code, diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc index e8744d2e..aa44c4eb 100644 --- a/pdf/xpdf/gpdf.cc +++ b/pdf/xpdf/gpdf.cc @@ -383,13 +383,6 @@ container_launch_component (BonoboClientSite *client_site, return NULL; } - /* - * The BonoboContainer object maintains a list of the - * ClientSites which it manages. Here we add the new - * ClientSite to that list. - */ - bonobo_item_container_add (container, BONOBO_OBJECT (client_site)); - return object_server; } -- 2.43.5