diff options
Diffstat (limited to 'my-evolution/component-factory.c')
-rw-r--r-- | my-evolution/component-factory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index 30196985d9..7e033f8dce 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -143,7 +143,8 @@ create_component (BonoboGenericFactory *factory, create_view, NULL, NULL, NULL, NULL, - NULL, NULL); + NULL, NULL, + NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "destroy", GTK_SIGNAL_FUNC (component_destroy), NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set", |