From 936a6d77ddf54813096e2ecbe55b824b5ae80c4c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 12 Jan 2001 21:00:21 +0000 Subject: Add an ::asyncCopyFolder method to the ShellComponent interface. Move all the message hiding options to the View menu. svn path=/trunk/; revision=7456 --- executive-summary/component/component-factory.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'executive-summary/component') diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c index 2597ff2ae6..56a516a5eb 100644 --- a/executive-summary/component/component-factory.c +++ b/executive-summary/component/component-factory.c @@ -126,9 +126,7 @@ factory_fn (BonoboGenericFactory *factory, shell_component = evolution_shell_component_new (folder_types, create_view, - 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