aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-04-30 22:19:40 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:04 +0800
commit0cce1ab7a21b6e96647d88ecd5ebda18c12746a2 (patch)
treecc59fd00132b534c17f6067d81238a873221633a /plugins
parentb7b14fba25bc593af0f4dc1346d9a43779a59345 (diff)
downloadgsoc2013-evolution-0cce1ab7a21b6e96647d88ecd5ebda18c12746a2.tar
gsoc2013-evolution-0cce1ab7a21b6e96647d88ecd5ebda18c12746a2.tar.gz
gsoc2013-evolution-0cce1ab7a21b6e96647d88ecd5ebda18c12746a2.tar.bz2
gsoc2013-evolution-0cce1ab7a21b6e96647d88ecd5ebda18c12746a2.tar.lz
gsoc2013-evolution-0cce1ab7a21b6e96647d88ecd5ebda18c12746a2.tar.xz
gsoc2013-evolution-0cce1ab7a21b6e96647d88ecd5ebda18c12746a2.tar.zst
gsoc2013-evolution-0cce1ab7a21b6e96647d88ecd5ebda18c12746a2.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);
}