From ccd8e3964f548798eb05a430b3ea81b2760069cc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 14 Feb 2009 00:30:08 +0000 Subject: Get mail search bar partially working without help from EFilterBar. Search scope (current folder, current account, etc.) is still ignored. svn path=/branches/kill-bonobo/; revision=37263 --- addressbook/gui/component/e-book-shell-view-private.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/e-book-shell-view-private.c b/addressbook/gui/component/e-book-shell-view-private.c index c41e0672b4..33fe07291d 100644 --- a/addressbook/gui/component/e-book-shell-view-private.c +++ b/addressbook/gui/component/e-book-shell-view-private.c @@ -535,8 +535,7 @@ e_book_shell_view_execute_search (EBookShellView *book_shell_view) shell_window = e_shell_view_get_shell_window (shell_view); action = ACTION (CONTACT_SEARCH_ANY_FIELD_CONTAINS); - value = gtk_radio_action_get_current_value ( - GTK_RADIO_ACTION (action)); + value = gtk_radio_action_get_current_value (GTK_RADIO_ACTION (action)); if (text == NULL || *text == '\0') { text = ""; -- cgit v1.2.3