From: Michael Meeks Date: Wed, 10 Jan 2001 23:58:20 +0000 (+0000) Subject: don't add the client site to the item container. X-Git-Tag: GPDF_FOR_GNOME_1_4~24 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=11c2610a62f60a0394c0eea0fede081d9fd678bd;p=evince.git 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. --- 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; }