[evolution-rss] more fixes to be able to build against evolution 3.3.3
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] more fixes to be able to build against evolution 3.3.3
- Date: Mon, 19 Dec 2011 21:46:29 +0000 (UTC)
commit 4f7ffff0cd030e0c335ddc972108e8770a55c583
Author: Lucian Langa <lucilanga gnome org>
Date: Mon Dec 19 22:45:45 2011 +0100
more fixes to be able to build against evolution 3.3.3
src/rss-config-factory.c | 2 ++
src/rss-evo-common.c | 2 ++
src/rss.c | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/rss-config-factory.c b/src/rss-config-factory.c
index 28ec498..ebb8bb1 100644
--- a/src/rss-config-factory.c
+++ b/src/rss-config-factory.c
@@ -46,7 +46,9 @@
#else
#include <e-util/e-alert-dialog.h>
#include <misc/e-preferences-window.h>
+#if EVOLUTION_VERSION < 30303
#include <mail/e-mail-local.h>
+#endif
#include <mail/em-folder-selector.h>
#if EVOLUTION_VERSION >= 30101
#include <mail/e-mail-folder-utils.h>
diff --git a/src/rss-evo-common.c b/src/rss-evo-common.c
index a3103cb..2300e57 100644
--- a/src/rss-evo-common.c
+++ b/src/rss-evo-common.c
@@ -23,7 +23,9 @@
#include <stdio.h>
#include <string.h>
+#if (EVOLUTION_VERSION < 30303)
#include <mail/e-mail-local.h>
+#endif
#if EVOLUTION_VERSION >= 30101
#include <mail/e-mail-folder-utils.h>
#endif
diff --git a/src/rss.c b/src/rss.c
index bf115ee..47a18fd 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -66,7 +66,9 @@ int rss_verbose_debug = 0;
#else
#include <e-util/e-alert-dialog.h> //remove//
#include <glib/gi18n.h>
+#if EVOLUTION_VERSION < 30303
#include <mail/e-mail-local.h>
+#endif
#if EVOLUTION_VERSION >= 29101
#include <mail/e-mail-session.h>
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]