[evolution-rss] include 2.30.0 version in conditionals
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] include 2.30.0 version in conditionals
- Date: Wed, 28 Apr 2010 05:17:12 +0000 (UTC)
commit 51670044fc323658848a3ba35c2a3de803a2558e
Author: Lucian Langa <lucilanga gnome org>
Date: Wed Apr 28 08:17:02 2010 +0300
include 2.30.0 version in conditionals
src/rss.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/rss.c b/src/rss.c
index 9770404..90158b0 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -2841,7 +2841,7 @@ pixdone: g_free(url);
feed_dir, tmp_file, NULL);
g_free(tmp_file);
g_free(feed_dir);
-#if EVOLUTION_VERSION >= 23001
+#if EVOLUTION_VERSION >= 23000
feed_file = g_filename_to_uri(tmp_path, NULL, NULL);
#else
feed_file = g_strdup(tmp_path);
@@ -2873,7 +2873,7 @@ pixdone: g_free(url);
tmp_file = g_build_filename (EVOLUTION_ICONDIR,
"rss-16.png",
NULL);
-#if EVOLUTION_VERSION >= 23001
+#if EVOLUTION_VERSION >= 23000
iconfile = g_filename_to_uri(tmp_file, NULL, NULL);
#else
iconfile = g_strdup(tmp_file);
@@ -6550,7 +6550,7 @@ verify_image(gchar *uri, EMFormatHTML *format)
* the new default is file://
* http://git.gnome.org/browse/evolution/commit/?id=d9deaf9bbc7fd9d0c72d5cf9b1981e3a56ed1162
*/
-#if (EVOLUTION_VERSION >= 23001)
+#if (EVOLUTION_VERSION >= 23000)
return g_filename_to_uri(uri, NULL, NULL);
#else
return NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]