[evolution-rss] disable experimental code as it breaks build
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] disable experimental code as it breaks build
- Date: Tue, 11 May 2010 18:29:26 +0000 (UTC)
commit 9bda3f5d739f6e3c1bb3ba96556a9bc0c18cc85b
Author: Lucian Langa <lucilanga gnome org>
Date: Tue May 11 21:28:34 2010 +0300
disable experimental code as it breaks build
src/rss.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/rss.c b/src/rss.c
index 437ad74..66f014e 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -2003,6 +2003,7 @@ webkit_hook_actions(void)
G_CALLBACK (embed_zoom_100_cb), NULL);
}
+#if 0
#if EVOLUTION_VERSION >= 22900
#include <shell/e-shell-view.h>
#include <shell/e-shell-searchbar.h>
@@ -2066,6 +2067,7 @@ rss_search_bar_hook(void)
#endif
#endif
+#endif
#ifdef HAVE_GECKO
void gecko_net_start(GtkMozEmbed *mozembed, GtkWidget *data);
@@ -6044,7 +6046,7 @@ create_mail(create_feed *CF)
filter_uids = g_ptr_array_sized_new(1);
g_ptr_array_add(filter_uids, appended_uid);
mail_filter_on_demand (mail_folder, filter_uids);
-/*FIXME do not know how to free this
+/ *FIXME do not know how to free this
// g_object_weak_ref((GObject *)filter_uids, free_filter_uids, NULL);
}*/
//FIXME too lasy to write a separate function
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]