From 0cce1ab7a21b6e96647d88ecd5ebda18c12746a2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 30 Apr 2011 10:19:40 -0400 Subject: groupwise-features: Fix a compiler warning. --- plugins/groupwise-features/share-folder-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/groupwise-features/share-folder-common.c b/plugins/groupwise-features/share-folder-common.c index dcf470d06a..3adb7542e5 100644 --- a/plugins/groupwise-features/share-folder-common.c +++ b/plugins/groupwise-features/share-folder-common.c @@ -267,7 +267,7 @@ users_dialog_response (GtkWidget *dialog, gint response, struct ShareInfo *ssi) url = camel_url_new (uri, NULL); if (url != NULL) { service = camel_session_get_service_by_url ( - session, url, CAMEL_PROVIDER_STORE); + CAMEL_SESSION (session), url, CAMEL_PROVIDER_STORE); camel_url_free (url); } -- cgit v1.2.3