From 2a82a4b527aef8b7257cb72ea2aae05c4aee8163 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 30 Mar 2004 21:38:41 +0000 Subject: [ fixes bug #53634 ] 2004-03-30 Chris Toshok [ fixes bug #53634 ] * gui/widgets/e-addressbook-view.c (eab_view_new): call e_search_bar_set_menu to add the Advanced... menu item to the search menu, and connect to "menu_activated". (search_menu_activated): new function, pop up the advanced dialog if id == ESB_ADVANCED. (query_changed): use e_search_bar_get_item_id instead of g_object_get. * gui/component/addressbook.c (verbs): remove ToolSearch. (pixmaps): remove the ToolSearch pixmap. svn path=/trunk/; revision=25247 --- addressbook/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index db0fcd13a2..07c1f90d18 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2004-03-30 Chris Toshok + + [ fixes bug #53634 ] + + * gui/widgets/e-addressbook-view.c (eab_view_new): call + e_search_bar_set_menu to add the Advanced... menu item to the + search menu, and connect to "menu_activated". + (search_menu_activated): new function, pop up the advanced dialog + if id == ESB_ADVANCED. + (query_changed): use e_search_bar_get_item_id instead of + g_object_get. + + * gui/component/addressbook.c (verbs): remove ToolSearch. + (pixmaps): remove the ToolSearch pixmap. + 2004-03-30 Chris Toshok [ gui part of the fix required for #48665 ] -- cgit