aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-06 06:58:45 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-06 06:58:45 +0800
commit56ed3ed3b9fd94ed34c92aa6bbcd26bb56208595 (patch)
treebebb5bf67602cbdb41cab62e0f95c684302e5334 /shell/ChangeLog
parentcf8a393a648e0e9cb7c44dac2b9bb7668cedbdb2 (diff)
downloadgsoc2013-evolution-56ed3ed3b9fd94ed34c92aa6bbcd26bb56208595.tar
gsoc2013-evolution-56ed3ed3b9fd94ed34c92aa6bbcd26bb56208595.tar.gz
gsoc2013-evolution-56ed3ed3b9fd94ed34c92aa6bbcd26bb56208595.tar.bz2
gsoc2013-evolution-56ed3ed3b9fd94ed34c92aa6bbcd26bb56208595.tar.lz
gsoc2013-evolution-56ed3ed3b9fd94ed34c92aa6bbcd26bb56208595.tar.xz
gsoc2013-evolution-56ed3ed3b9fd94ed34c92aa6bbcd26bb56208595.tar.zst
gsoc2013-evolution-56ed3ed3b9fd94ed34c92aa6bbcd26bb56208595.zip
[Fix #958, ShellComponents should not be created by factories, for
the test component.] * GNOME_Evolution_TestComponent.oaf: Remove the factory. * evolution-test-component.c (COMPONENT_FACTORY_ID): Removed. (component_factory_init): Removed. (register_component): Rename from `component_fn'. No args, no return value. Register the thing on OAF by yourself instead of using a factory. svn path=/trunk/; revision=12639
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 940f2ed41c..b4e60fffb3 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,18 @@
2001-09-05 Ettore Perazzoli <ettore@ximian.com>
+ [Fix #958, ShellComponents should not be created by factories, for
+ the test component.]
+
+ * GNOME_Evolution_TestComponent.oaf: Remove the factory.
+
+ * evolution-test-component.c (COMPONENT_FACTORY_ID): Removed.
+ (component_factory_init): Removed.
+ (register_component): Rename from `component_fn'. No args, no
+ return value. Register the thing on OAF by yourself instead of
+ using a factory.
+
+2001-09-05 Ettore Perazzoli <ettore@ximian.com>
+
* e-shortcuts-view.c (get_shortcut_info): New.
(get_efolder_from_shortcut): Removed.
(impl_shortcut_dropped): Use `get_shortcut_info()' instead.