[evolution-rss] fix display of existing images on older evo versions



commit 2cd19bc09f50feb1ad8b4b767ce16d9f45c6388f
Author: Lucian Langa <lucilanga gnome org>
Date:   Sat Jun 19 21:36:31 2010 +0300

    fix display of existing images on older evo versions

 src/rss-image.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rss-image.c b/src/rss-image.c
index 23a96b6..09d0252 100644
--- a/src/rss-image.c
+++ b/src/rss-image.c
@@ -554,7 +554,7 @@ verify_image(gchar *uri, EMFormatHTML *format)
 #if (EVOLUTION_VERSION >= 23000)
 		return g_filename_to_uri(duri?duri:uri, NULL, NULL);
 #else
-		return NULL;
+		return duri?duri:uri;
 #endif
 	}
 fail:



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