[evolution-rss] Bug 638297 - undefined reference to webkit_hook_actions
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] Bug 638297 - undefined reference to webkit_hook_actions
- Date: Thu, 30 Dec 2010 12:05:12 +0000 (UTC)
commit 4c300f9a00611f2866743a49b4748d57d378fe9d
Author: Antoine Jacoutot <ajacoutot openbsd org>
Date: Thu Dec 30 13:51:06 2010 +0200
Bug 638297 - undefined reference to webkit_hook_actions
src/rss.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/rss.c b/src/rss.c
index 4af582b..508b027 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -1471,6 +1471,7 @@ webkit_click (GtkEntry *entry,
return TRUE;
}
+#ifdef HAVE_WEBKIT
void webkit_hook_actions(void);
void
@@ -1500,6 +1501,7 @@ webkit_hook_actions(void)
G_CALLBACK (embed_zoom_100_cb), NULL);
#endif
}
+#endif
#if 0
#if EVOLUTION_VERSION >= 22900
@@ -4817,8 +4819,10 @@ e_plugin_ui_init (GtkUIManager *ui_manager,
rss_shell_view);
#if EVOLUTION_VERSION >= 22900
/* rss_search_bar_hook();*/
+#ifdef HAVE_WEBKIT
webkit_hook_actions();
#endif
+#endif
rss_hooks_init();
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]