aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-06 07:10:07 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-06 07:10:07 +0800
commitd6dd04933149ca13536cdaf2b32ca79387e93bdb (patch)
tree356e65b2b6c922a72a6667908b1d3fcdbc66a7bb /addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in
parent56e5135e5ad332d906642c5bd923bf2fbd6d5296 (diff)
downloadgsoc2013-evolution-d6dd04933149ca13536cdaf2b32ca79387e93bdb.tar
gsoc2013-evolution-d6dd04933149ca13536cdaf2b32ca79387e93bdb.tar.gz
gsoc2013-evolution-d6dd04933149ca13536cdaf2b32ca79387e93bdb.tar.bz2
gsoc2013-evolution-d6dd04933149ca13536cdaf2b32ca79387e93bdb.tar.lz
gsoc2013-evolution-d6dd04933149ca13536cdaf2b32ca79387e93bdb.tar.xz
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/gui/component/GNOME_Evolution_Addressbook.oaf.in')
-rw-r--r--addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in15
1 files changed, 1 insertions, 14 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in
index 7350b4925e..b050e8ebb8 100644
--- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in
+++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in
@@ -61,24 +61,11 @@
</oaf_server>
-<oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_ShellComponentFactory"
+<oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_ShellComponent"
type="exe"
location="evolution-addressbook">
<oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/ObjectFactory:1.0"/>
- </oaf_attribute>
-
- <oaf_attribute name="description" type="string"
- _value="Factory for the Evolution addressbook component."/>
-
-</oaf_server>
-
-<oaf_server iid="OAFIID:GNOME_Evolution_Addressbook_ShellComponent"
- type="factory"
- location="OAFIID:GNOME_Evolution_Addressbook_ShellComponentFactory">
-
- <oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Evolution/ShellComponent:1.0"/>
</oaf_attribute>