[evolution] groupwise-features: Fix a compiler warning.



commit 384f70e95857297ccbab047b995c21943d9c812a
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Apr 30 10:19:40 2011 -0400

    groupwise-features: Fix a compiler warning.

 plugins/groupwise-features/share-folder-common.c |    2 +-
 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 dcf470d..3adb754 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);
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]