[evolution-rss] Bug 617849 - Crash in e_shell_searchbar_get_shell_view at e-shell-searchbar.c:1060
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] Bug 617849 - Crash in e_shell_searchbar_get_shell_view at e-shell-searchbar.c:1060
- Date: Thu, 6 May 2010 05:20:57 +0000 (UTC)
commit 43a0b44ca20731591f97594871729b44f50752e9
Author: Lucian Langa <lucilanga gnome org>
Date: Thu May 6 08:20:47 2010 +0300
Bug 617849 - Crash in e_shell_searchbar_get_shell_view at e-shell-searchbar.c:1060
src/rss.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/rss.c b/src/rss.c
index e13142d..647e9b8 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -2044,7 +2044,7 @@ rss_search_bar_hook(void)
// g_signal_connect_swapped (
// action, "activate",
// G_CALLBACK (action_search_cb), reader);
-// search_bar = e_shell_view_get_searchbar(rss_shell_view);
+ search_bar = e_shell_view_get_searchbar(rss_shell_view);
//search_bar = e_shell_content_get_searchbar(shell_content);
shell_view = e_shell_searchbar_get_shell_view (search_bar);
// g_signal_connect_after (
@@ -5660,7 +5660,7 @@ e_plugin_ui_init (GtkUIManager *ui_manager,
G_CALLBACK (quit_cb),
rss_shell_view);
#if EVOLUTION_VERSION >= 22900
- rss_search_bar_hook();
+/* rss_search_bar_hook();*/
webkit_hook_actions();
#endif
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]