aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--mail/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 523ff74dac..2db02bc893 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,19 @@
+2001-09-05 Ettore Perazzoli <ettore@ximian.com>
+
+ [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.
+
2001-09-06 Radek Doulik <rodo@ximian.com>
* everywhere updated for new mail_content_loaded definition