aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-04-30 22:19:40 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-04-30 22:19:40 +0800
commit384f70e95857297ccbab047b995c21943d9c812a (patch)
treeb225a18f5cc8a102211d726c80cb0ada18bfe9b5 /plugins
parent84585dd1f086d7b0fa4052ddb14bd6966c83e34f (diff)
downloadgsoc2013-evolution-384f70e95857297ccbab047b995c21943d9c812a.tar
gsoc2013-evolution-384f70e95857297ccbab047b995c21943d9c812a.tar.gz
gsoc2013-evolution-384f70e95857297ccbab047b995c21943d9c812a.tar.bz2
gsoc2013-evolution-384f70e95857297ccbab047b995c21943d9c812a.tar.lz
gsoc2013-evolution-384f70e95857297ccbab047b995c21943d9c812a.tar.xz
gsoc2013-evolution-384f70e95857297ccbab047b995c21943d9c812a.tar.zst
gsoc2013-evolution-384f70e95857297ccbab047b995c21943d9c812a.zip
groupwise-features: Fix a compiler warning.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/groupwise-features/share-folder-common.c2
1 files changed, 1 insertions, 1 deletions
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);
}