aboutsummaryrefslogtreecommitdiffstats
path: root/mail/GNOME_Evolution_Mail.oaf.in
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-06 06:46:53 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-06 06:46:53 +0800
commit86de708aac4233bc681d6d15188da7b0312e4a3f (patch)
tree9556a133be9f5229a303045a5bf2476ed4c043bd /mail/GNOME_Evolution_Mail.oaf.in
parentcc19f5cc1f16663f64c47504ae05e15e7e296d77 (diff)
downloadgsoc2013-evolution-86de708aac4233bc681d6d15188da7b0312e4a3f.tar
gsoc2013-evolution-86de708aac4233bc681d6d15188da7b0312e4a3f.tar.gz
gsoc2013-evolution-86de708aac4233bc681d6d15188da7b0312e4a3f.tar.bz2
gsoc2013-evolution-86de708aac4233bc681d6d15188da7b0312e4a3f.tar.lz
gsoc2013-evolution-86de708aac4233bc681d6d15188da7b0312e4a3f.tar.xz
gsoc2013-evolution-86de708aac4233bc681d6d15188da7b0312e4a3f.tar.zst
gsoc2013-evolution-86de708aac4233bc681d6d15188da7b0312e4a3f.zip
[Fix #958, ShellComponents should not be created by factories, for
the mailer case.] * GNOME_Evolution_Mail.oaf.in: Remove the GNOME_Evolution_Mail_ShellComponentFactory. * component-factory.c: Changed to not use a factory. (COMPONENT_FACTORY_ID): Removed. (COMPONENT_ID): New. (idle_quit): Don't unref the component_factory. (create_component): Renamed from `component_fn'. Take no args. (component_factory_init): Create the component with `create_component' and register it on OAF. svn path=/trunk/; revision=12637
Diffstat (limited to 'mail/GNOME_Evolution_Mail.oaf.in')
-rw-r--r--mail/GNOME_Evolution_Mail.oaf.in15
1 files changed, 1 insertions, 14 deletions
diff --git a/mail/GNOME_Evolution_Mail.oaf.in b/mail/GNOME_Evolution_Mail.oaf.in
index 306a976f53..b693e8863d 100644
--- a/mail/GNOME_Evolution_Mail.oaf.in
+++ b/mail/GNOME_Evolution_Mail.oaf.in
@@ -25,24 +25,11 @@
_value="Evolution mail folder display component."/>
</oaf_server>
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ShellComponentFactory"
+<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ShellComponent"
type="exe"
location="evolution-mail">
<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 mail component."/>
-
-</oaf_server>
-
-<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ShellComponent"
- type="factory"
- location="OAFIID:GNOME_Evolution_Mail_ShellComponentFactory">
-
- <oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Evolution/ShellComponent:1.0"/>
</oaf_attribute>