diff options
Diffstat (limited to 'my-evolution/component-factory.c')
-rw-r--r-- | my-evolution/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index 2b4af1afb2..eddc7ad82c 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -144,7 +144,7 @@ create_component (BonoboGenericFactory *factory, 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", |