From 9618cd2cb63840bd9138519bc52a3afad07590fa Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 8 Mar 2001 12:55:05 +0000 Subject: Added a ShellComponent method to retrieve the selection for drag and drop and support for it in the shell. Untested. svn path=/trunk/; revision=8594 --- executive-summary/ChangeLog | 5 +++++ executive-summary/component/component-factory.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'executive-summary') 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 + + * component/component-factory.c (factory_fn): Specify a NULL + `EvolutionShellComponentGetDndSelectionFn'. + 2001-02-14 Iain Holmes * 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); -- cgit v1.2.3