diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-06 07:47:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-06 07:47:46 +0800 |
commit | 43d9fc01998aa0ad32366b7f56f2708c18e81ca9 (patch) | |
tree | 75607c324a17585e8a646039d9c63660bc1b2b21 /my-evolution/ChangeLog | |
parent | 0d760f9018672886d53c51010bb7c896687c24c1 (diff) | |
download | gsoc2013-evolution-43d9fc01998aa0ad32366b7f56f2708c18e81ca9.tar.gz 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/ChangeLog | 14 |
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. |