diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 13 |
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. |