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