[evolution-rss] use correct evo version in conditionals
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] use correct evo version in conditionals
- Date: Tue, 27 Apr 2010 19:25:27 +0000 (UTC)
commit a357f5fd9c217617312ef5084a1b16551d074476
Author: Lucian Langa <lucilanga gnome org>
Date: Tue Apr 27 22:25:16 2010 +0300
use correct evo version in conditionals
src/rss.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/rss.c b/src/rss.c
index 1075902..9770404 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 >= 23100
+#if EVOLUTION_VERSION >= 23001
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 >= 23100
+#if EVOLUTION_VERSION >= 23001
iconfile = g_filename_to_uri(tmp_file, NULL, NULL);
#else
iconfile = g_strdup(tmp_file);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]