[evolution-rss/evolution-rss-0-2-0] Bug 638297 - undefined reference to webkit_hook_actions



commit 4cf76c959a44bae3b1e9d9cdc89edc4078081d89
Author: Antoine Jacoutot <ajacoutot openbsd org>
Date:   Thu Dec 30 14:04:33 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 c87f64d..9989225 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -1476,6 +1476,7 @@ webkit_click (GtkEntry *entry,
 	return TRUE;
 }
 
+#ifdef HAVE_WEBKIT
 void webkit_hook_actions(void);
 
 void
@@ -1505,6 +1506,7 @@ webkit_hook_actions(void)
 		G_CALLBACK (embed_zoom_100_cb), NULL);
 #endif
 }
+#endif
 
 #if 0
 #if EVOLUTION_VERSION >= 22900
@@ -5055,8 +5057,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
 	return TRUE;
 }
 #endif



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