aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-06 07:39:24 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-06 07:39:24 +0800
commit0d760f9018672886d53c51010bb7c896687c24c1 (patch)
tree1bc3810fd3701cea188958f050a1d23db921dd52 /calendar/ChangeLog
parentab8885da53da6573d62789f07f6ebc4d75839e3c (diff)
downloadgsoc2013-evolution-0d760f9018672886d53c51010bb7c896687c24c1.tar
gsoc2013-evolution-0d760f9018672886d53c51010bb7c896687c24c1.tar.gz
gsoc2013-evolution-0d760f9018672886d53c51010bb7c896687c24c1.tar.bz2
gsoc2013-evolution-0d760f9018672886d53c51010bb7c896687c24c1.tar.lz
gsoc2013-evolution-0d760f9018672886d53c51010bb7c896687c24c1.tar.xz
gsoc2013-evolution-0d760f9018672886d53c51010bb7c896687c24c1.tar.zst
gsoc2013-evolution-0d760f9018672886d53c51010bb7c896687c24c1.zip
[Fix #958, ShellComponents should not be created by factories, for
the calendar.] * gui/GNOME_Evolution_Calendar.oaf.in: Remove the ShellComponentFactory. * gui/component-factory.c (create_object): Renamed from `component_fn'. Don't get any args. (component_factory_init): Create the component using `create_object()' and register it into OAF. (COMPONENT_FACTORY_ID): Removed. (COMPONENT_ID): New. svn path=/trunk/; revision=12645
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 881d010183..fdf6a2d2ef 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,18 @@
+2001-09-05 Ettore Perazzoli <ettore@ximian.com>
+
+ [Fix #958, ShellComponents should not be created by factories, for
+ the calendar.]
+
+ * gui/GNOME_Evolution_Calendar.oaf.in: Remove the
+ ShellComponentFactory.
+
+ * gui/component-factory.c (create_object): Renamed from
+ `component_fn'. Don't get any args.
+ (component_factory_init): Create the component using
+ `create_object()' and register it into OAF.
+ (COMPONENT_FACTORY_ID): Removed.
+ (COMPONENT_ID): New.
+
2001-09-04 Federico Mena Quintero <federico@ximian.com>
* gui/component-factory.c (sc_user_create_new_item_cb):