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/ChangeLog | 8 ++++++++ addressbook/gui/widgets/e-addressbook-view.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 22f4321402..f8613cb09c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +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 + + 2005-03-03 Sivaiah Nallagatla * gui/component/addressbook.c (load_source_auth_cb): 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