diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index a54f329a60..63a1d606a4 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -223,7 +223,7 @@ add_storage (const char *uri, CamelService *store, char *name; name = camel_service_get_name (store, TRUE); - storage = evolution_storage_new (name, NULL); + storage = evolution_storage_new (name, NULL, NULL); g_free (name); res = evolution_storage_register_on_shell (storage, corba_shell); |