diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-04-29 21:49:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-04-29 21:49:38 +0800 |
commit | 77397e699d0840a58aa507144631680a74bd8bed (patch) | |
tree | a0caa440da950c715d93d7fc16ae3b5ff905de74 /plugins/groupwise-features/install-shared.c | |
parent | d21199c9199bceb3bba10ca41a0e4c7fa8b1ad36 (diff) | |
download | gsoc2013-evolution-77397e699d0840a58aa507144631680a74bd8bed.tar gsoc2013-evolution-77397e699d0840a58aa507144631680a74bd8bed.tar.gz gsoc2013-evolution-77397e699d0840a58aa507144631680a74bd8bed.tar.bz2 gsoc2013-evolution-77397e699d0840a58aa507144631680a74bd8bed.tar.lz gsoc2013-evolution-77397e699d0840a58aa507144631680a74bd8bed.tar.xz gsoc2013-evolution-77397e699d0840a58aa507144631680a74bd8bed.tar.zst gsoc2013-evolution-77397e699d0840a58aa507144631680a74bd8bed.zip |
Adapt to extra arg in camel_session_get_service_by_url().
Diffstat (limited to 'plugins/groupwise-features/install-shared.c')
-rw-r--r-- | plugins/groupwise-features/install-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-features/install-shared.c b/plugins/groupwise-features/install-shared.c index 3899dab95b..d43d6fa0fa 100644 --- a/plugins/groupwise-features/install-shared.c +++ b/plugins/groupwise-features/install-shared.c @@ -96,7 +96,7 @@ install_folder_response (EMFolderSelector *emfs, gint response, gpointer *data) url = camel_url_new (uri, NULL); if (url != NULL) { service = camel_session_get_service_by_url ( - session, url); + session, url, CAMEL_PROVIDER_STORE); camel_url_free (url); } |