[evolution-rss] Fix build with evolution 2.30.x
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] Fix build with evolution 2.30.x
- Date: Thu, 8 Apr 2010 20:10:44 +0000 (UTC)
commit c049ae633444360383189a4307a381ec1379bdab
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Thu Apr 8 22:10:00 2010 +0200
Fix build with evolution 2.30.x
src/rss.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/rss.c b/src/rss.c
index 9c09b5b..8ea0966 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -38,7 +38,9 @@ int rss_verbose_debug = 0;
#include <camel/camel-multipart.h>
#include <camel/camel-stream-mem.h>
#include <camel/camel-stream-fs.h>
+#include <camel/camel-stream-buffer.h>
#include <camel/camel-text-index.h>
+#include <camel/camel-medium.h>
#endif
#include <e-util/e-icon-factory.h>
@@ -5706,7 +5708,7 @@ create_mail(create_feed *CF)
camel_medium_set_content(
(CamelMedium *)part, (CamelDataWrapper *)rtext);
#else
- camel_medium_set_content_object(i
+ camel_medium_set_content_object(
(CamelMedium *)part, (CamelDataWrapper *)rtext);
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]