diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-06 07:10:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-06 07:10:07 +0800 |
commit | d6dd04933149ca13536cdaf2b32ca79387e93bdb (patch) | |
tree | 356e65b2b6c922a72a6667908b1d3fcdbc66a7bb /addressbook/ChangeLog | |
parent | 56e5135e5ad332d906642c5bd923bf2fbd6d5296 (diff) | |
download | gsoc2013-evolution-d6dd04933149ca13536cdaf2b32ca79387e93bdb.tar.gz gsoc2013-evolution-d6dd04933149ca13536cdaf2b32ca79387e93bdb.tar.zst gsoc2013-evolution-d6dd04933149ca13536cdaf2b32ca79387e93bdb.zip |
[Fix #958, ShellComponents should not be created by factories, for
the addressbook.]
* gui/component/addressbook-component.c
(GNOME_EVOLUTION_ADDRESSBOOK_COMPONENT_FACTORY_ID): Removed.
(GNOME_EVOLUTION_ADDRESSBOOK_COMPONENT_ID): New.
(create_component): Renamed from `factory_fn'. Just register the
thing on OAF.
(addressbook_component_factory_init): Just call it.
* gui/component/GNOME_Evolution_Addressbook.oaf.in: Remove the
ShellComponentFactory.
svn path=/trunk/; revision=12642
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 8947dd94d4..0721244a1c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2001-09-05 Ettore Perazzoli <ettore@ximian.com> + + [Fix #958, ShellComponents should not be created by factories, for + the addressbook.] + + * gui/component/addressbook-component.c + (GNOME_EVOLUTION_ADDRESSBOOK_COMPONENT_FACTORY_ID): Removed. + (GNOME_EVOLUTION_ADDRESSBOOK_COMPONENT_ID): New. + (create_component): Renamed from `factory_fn'. Just register the + thing on OAF. + (addressbook_component_factory_init): Just call it. + + * gui/component/GNOME_Evolution_Addressbook.oaf.in: Remove the + ShellComponentFactory. + 2001-09-04 Iain Holmes <iain@ximian.com> * backend/ebook/evolution-vcard-importer.c (load_file_fn): Return FALSE |