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 --- mail/component-factory.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index d280388e58..25914359ea 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -248,9 +248,13 @@ component_fn (BonoboGenericFactory *factory, void *closure) { EvolutionShellComponent *shell_component; - shell_component = evolution_shell_component_new ( - folder_types, create_view, create_folder, - NULL, NULL, NULL); + shell_component = evolution_shell_component_new (folder_types, + create_view, + create_folder, + NULL, /* remove_folder_fn */ + NULL, /* copy_folder_fn */ + NULL, /* populate_folder_context_menu */ + NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set", GTK_SIGNAL_FUNC (owner_set_cb), NULL); -- cgit v1.2.3