From 77397e699d0840a58aa507144631680a74bd8bed Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 29 Apr 2011 09:49:02 -0400 Subject: Adapt to extra arg in camel_session_get_service_by_url(). --- plugins/groupwise-features/install-shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/groupwise-features/install-shared.c') 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); } -- cgit v1.2.3