[evolution-rss] soup_cookie_jar_sqlite_new is in libsoup-gnome headers



commit acc4edd5a1b6ccb420ef2040e765b02583d2a975
Author: Fridrich Strba <fstrba strbadell localdomain>
Date:   Wed Jun 3 12:41:42 2009 +0200

    soup_cookie_jar_sqlite_new is in libsoup-gnome headers
---
 src/network-soup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/network-soup.c b/src/network-soup.c
index 3566b62..ee1a300 100644
--- a/src/network-soup.c
+++ b/src/network-soup.c
@@ -714,7 +714,7 @@ abort_all_soup(void)
 void
 rss_soup_init(void)
 {
-#if LIBSOUP_VERSION > 2026002
+#if LIBSOUP_VERSION > 2026002 && defined(HAVE_LIBSOUP_GNOME) 
 	gchar *feed_dir = rss_component_peek_base_directory(mail_component_peek());
 	gchar *cookie_path = g_build_path("/", feed_dir, "rss-cookies.sqlite", NULL);
 	gchar *moz_cookie_path = g_build_path("/", feed_dir, "mozembed-rss", "cookies.sqlite", NULL);



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