2001-01-11 Michael Meeks <michael@helixcode.com>
* gpdf.cc (container_launch_component): don't add the client
site to the item container.
+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,
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;
}