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