[evolution-rss] adapt to latest evo/eds changes
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] adapt to latest evo/eds changes
- Date: Sat, 18 Aug 2012 12:28:14 +0000 (UTC)
commit c563ce654d12a1aed2c07ddc0114e27a9573fd56
Author: Lucian Langa <lucilanga gnome org>
Date: Sat Aug 18 14:25:22 2012 +0200
adapt to latest evo/eds changes
src/rss-evo-common.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/rss-evo-common.c b/src/rss-evo-common.c
index 6a9fa75..1acdfc5 100644
--- a/src/rss-evo-common.c
+++ b/src/rss-evo-common.c
@@ -160,8 +160,14 @@ rss_emfu_copy_folder_selected (EMailBackend *backend,
url = camel_url_new (uri, &local_error);
if (url != NULL) {
+#if EVOLUTION_VERSION >= 30505
+ service = camel_session_ref_service_by_url(
+ CAMEL_SESSION (session), url, CAMEL_PROVIDER_STORE);
+#else
service = camel_session_get_service_by_url (
CAMEL_SESSION (session), url, CAMEL_PROVIDER_STORE);
+#endif
+
camel_url_free (url);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]