diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-05 18:13:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-05 18:13:56 +0800 |
commit | 01bb1668503dd8e5d85aef8830dd1b04ea3e8726 (patch) | |
tree | 22e3a1d5496efb148e13b746dba98f9a462eaa6c /mail/component-factory.c | |
parent | 9c28295de36c8c18c01c5c7846566526cee7f1ac (diff) | |
download | gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.tar.gz gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.tar.zst gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.zip |
Update the calls to `evolution_storage_new()' according to the new
API in `libeshell'.
Sorry for breaking the build. :-(
svn path=/trunk/; revision=6788
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); |