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 --- addressbook/gui/component/addressbook-component.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index 129a2f2d97..a12dca8086 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -131,7 +131,8 @@ factory_fn (BonoboGenericFactory *factory, { EvolutionShellComponent *shell_component; - shell_component = evolution_shell_component_new (folder_types, create_view, create_folder, NULL, NULL, NULL, NULL); + shell_component = evolution_shell_component_new (folder_types, create_view, create_folder, + NULL, NULL, NULL, NULL, NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set", GTK_SIGNAL_FUNC (owner_set_cb), NULL); -- cgit