diff options
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/ChangeLog | 5 | ||||
-rw-r--r-- | executive-summary/component/component-factory.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 343838a70f..8911e7154b 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,8 @@ +2001-03-08 Ettore Perazzoli <ettore@ximian.com> + + * component/component-factory.c (factory_fn): Specify a NULL + `EvolutionShellComponentGetDndSelectionFn'. + 2001-02-14 Iain Holmes <iain@ximian.com> * component/e-summary-url.c (e_summary_url_click): Remove the new diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c index 4fba79c420..8036b7b346 100644 --- a/executive-summary/component/component-factory.c +++ b/executive-summary/component/component-factory.c @@ -126,7 +126,7 @@ factory_fn (BonoboGenericFactory *factory, shell_component = evolution_shell_component_new (folder_types, create_view, - NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "destroy", GTK_SIGNAL_FUNC (factory_destroy), NULL); |