]> www.fi.muni.cz Git - evince.git/commitdiff
don't add the client site to the item container.
authorMichael Meeks <michael@helixcode.com>
Wed, 10 Jan 2001 23:58:20 +0000 (23:58 +0000)
committerMichael Meeks <mmeeks@src.gnome.org>
Wed, 10 Jan 2001 23:58:20 +0000 (23:58 +0000)
2001-01-11  Michael Meeks  <michael@helixcode.com>

* gpdf.cc (container_launch_component): don't add the client
site to the item container.

pdf/xpdf/ChangeLog
pdf/xpdf/gpdf.cc

index c50772319d2d8ab7697353dd94cac4bb175dc2fa..75a811eef31ace480f8a613b6138e9efcdffd27d 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-11  Michael Meeks  <michael@helixcode.com>
+
+       * gpdf.cc (container_launch_component): don't add the client
+       site to the item container.
+
 2000-12-21  Michael Meeks  <michael@helixcode.com>
 
        * bonobo-application-x-pdf.cc: Kill mutex / thread init code,
index e8744d2efd67c0b2e8f98e2688f42a5577b225d3..aa44c4eb83c86a32794b101fcd38331f256a05e9 100644 (file)
@@ -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;
 }