[evolution-rss] fix wrong ifdefed evo version
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] fix wrong ifdefed evo version
- Date: Sun, 2 Sep 2012 19:12:57 +0000 (UTC)
commit 1f01289f294d6b73647db8db0d60cbee0e9e5364
Author: Lucian Langa <lucilanga gnome org>
Date: Sun Sep 2 21:03:50 2012 +0200
fix wrong ifdefed evo version
src/rss-evo-common.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/rss-evo-common.c b/src/rss-evo-common.c
index 1acdfc5..2f893df 100644
--- a/src/rss-evo-common.c
+++ b/src/rss-evo-common.c
@@ -44,6 +44,7 @@
#endif
#endif
+#include <camel/camel.h>
#ifdef HAVE_LIBSOUP_GNOME
#include <libsoup/soup-gnome.h>
@@ -160,7 +161,7 @@ rss_emfu_copy_folder_selected (EMailBackend *backend,
url = camel_url_new (uri, &local_error);
if (url != NULL) {
-#if EVOLUTION_VERSION >= 30505
+#if EVOLUTION_VERSION > 30505
service = camel_session_ref_service_by_url(
CAMEL_SESSION (session), url, CAMEL_PROVIDER_STORE);
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]