From 4dbffeb4ae0cf296a31096e9529c223ce0528379 Mon Sep 17 00:00:00 2001 From: Mengjie Yu Date: Wed, 16 Mar 2005 06:34:51 +0000 Subject: make the search field consistent with the Search Dialog. 2005-03-16 Mengjie Yu * gui/widgets/e-addressbook-view.c: (search_menu_activated): make the search field consistent with the Search Dialog. Fixes #73270 svn path=/trunk/; revision=29030 --- addressbook/gui/widgets/e-addressbook-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index ece377ad9e..3d2e9fdef5 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -1490,7 +1490,7 @@ static void search_menu_activated (ESearchBar *esb, int id, EABView *view) { if (id == ESB_ADVANCED) - gtk_widget_show(eab_search_dialog_new(view)); + e_search_bar_set_item_id (esb, id); } static void -- cgit v1.2.3