diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 10 |
1 files changed, 7 insertions, 3 deletions
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); |