Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2001-01-10 23:58:20 (GMT)
committer Michael Meeks <mmeeks@src.gnome.org>2001-01-10 23:58:20 (GMT)
commit11c2610a62f60a0394c0eea0fede081d9fd678bd (patch)
tree63496dd08be1eb905b2e8f5df655f4ca0ba1906d /pdf
parent859f6f6582d603077cd089626623a3eb36348f07 (diff)
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.
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/ChangeLog5
-rw-r--r--pdf/xpdf/gpdf.cc7
2 files changed, 5 insertions, 7 deletions
diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog
index c507723..75a811e 100644
--- a/pdf/xpdf/ChangeLog
+++ b/pdf/xpdf/ChangeLog
@@ -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,
diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc
index e8744d2..aa44c4e 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;
}