[evolution-rss] enable silent rules



commit ae03e45def53c19d7b948d8a9abaf1641ae98f48
Author: Lucian Langa <lucilanga gnome org>
Date:   Fri Aug 28 21:21:25 2009 +0300

    enable silent rules

 configure.ac |    1 +
 src/rss.c    |    5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e0dd579..ca0592b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,7 @@ AC_INIT([evolution-rss], [0.1.9], http://bugzilla.gnome.org/enter_bug.cgi?produc
 AC_CONFIG_SRCDIR(src)
 
 AM_INIT_AUTOMAKE
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 AM_CONFIG_HEADER(config.h)
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/src/rss.c b/src/rss.c
index 346ff59..405d397 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -2267,8 +2267,7 @@ render_body:    if (category)
 				content_colour & 0xffffff,
 				text_colour & 0xffffff,
                                 buff);
-
-		if (comments && gconf_client_get_bool (rss_gconf, 
+/*		if (comments && gconf_client_get_bool (rss_gconf, 
 						GCONF_KEY_SHOW_COMMENTS, 
 						NULL)) {
 			if (commstream) {
@@ -2308,7 +2307,7 @@ render_body:    if (category)
 				fetch_comments(comments, (EMFormatHTML *)t->format);
 			}
 			camel_stream_printf (fstream, "</div>");
-		}	
+		}*/
                 camel_stream_printf (fstream, "</div>");
 	}
 



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