[evolution-rss] fix show placeholder rss icon
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] fix show placeholder rss icon
- Date: Thu, 26 Mar 2015 08:44:25 +0000 (UTC)
commit 1c664421e6eeeee90d3209b39664adf3ae5245eb
Author: Lucian Langa <lucilanga gnome org>
Date: Wed Mar 25 00:05:20 2015 +0100
fix show placeholder rss icon
src/e-mail-formatter-evolution-rss.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/e-mail-formatter-evolution-rss.c b/src/e-mail-formatter-evolution-rss.c
index 09ba3cc..29ee397 100644
--- a/src/e-mail-formatter-evolution-rss.c
+++ b/src/e-mail-formatter-evolution-rss.c
@@ -183,6 +183,10 @@ emfe_evolution_rss_format (EMailFormatterExtension *extension,
iconfile = g_strconcat("evo-file://", tmp_file, NULL);
g_free(tmp_file);
}
+ } else {
+ tmp_file = g_build_filename (EVOLUTION_ICONDIR, "rss-16.png", NULL);
+ iconfile = g_strconcat("evo-file://", tmp_file, NULL);
+ g_free(tmp_file);
}
frame_col = e_rgba_to_value (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]