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 a5915e3cf2..1b781aa7bc 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -263,7 +263,7 @@ add_storage (const char *uri, CamelService *store, char *name; name = camel_service_get_name (store, TRUE); - storage = evolution_storage_new (name); + storage = evolution_storage_new (name, NULL); g_free (name); res = evolution_storage_register_on_shell (storage, corba_shell); |