aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-06 07:47:46 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-06 07:47:46 +0800
commit43d9fc01998aa0ad32366b7f56f2708c18e81ca9 (patch)
tree75607c324a17585e8a646039d9c63660bc1b2b21 /my-evolution/ChangeLog
parent0d760f9018672886d53c51010bb7c896687c24c1 (diff)
downloadgsoc2013-evolution-43d9fc01998aa0ad32366b7f56f2708c18e81ca9.tar
gsoc2013-evolution-43d9fc01998aa0ad32366b7f56f2708c18e81ca9.tar.gz
gsoc2013-evolution-43d9fc01998aa0ad32366b7f56f2708c18e81ca9.tar.bz2
gsoc2013-evolution-43d9fc01998aa0ad32366b7f56f2708c18e81ca9.tar.lz
gsoc2013-evolution-43d9fc01998aa0ad32366b7f56f2708c18e81ca9.tar.xz
gsoc2013-evolution-43d9fc01998aa0ad32366b7f56f2708c18e81ca9.tar.zst
gsoc2013-evolution-43d9fc01998aa0ad32366b7f56f2708c18e81ca9.zip
[Fix #958, ShellComponents should not be created by factories, for
the Summary.] * component-factory.c (COMPONENT_FACTORY_IID): Removed. (COMPONENT_ID): New. (create_component): Renamed from `factory_fn'. No args. (component_factory_init): Create the BonoboObject with `create_component' and register it on OAF. * GNOME_Evolution_Summary.oaf.in: Remove the ShellComponentFactory. svn path=/trunk/; revision=12646
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r--my-evolution/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 0877a244fe..7bbb00c4d8 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,17 @@
+2001-09-05 Ettore Perazzoli <ettore@ximian.com>
+
+ [Fix #958, ShellComponents should not be created by factories, for
+ the Summary.]
+
+ * component-factory.c (COMPONENT_FACTORY_IID): Removed.
+ (COMPONENT_ID): New.
+ (create_component): Renamed from `factory_fn'. No args.
+ (component_factory_init): Create the BonoboObject with
+ `create_component' and register it on OAF.
+
+ * GNOME_Evolution_Summary.oaf.in: Remove the
+ ShellComponentFactory.
+
2001-09-05 Iain Holmes <iain@ximian.com>
* Locations: Added some Caracas fixes from Mayly Sanchez.