From 8db57316948801a0d0c91bf5487b9e22182a6d37 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 8 Aug 2001 02:54:11 +0000 Subject: pass view->view instead of the EBook. (addressbook_search_menu_items): 2001-08-07 Chris Toshok * gui/component/addressbook.c (search_cb): pass view->view instead of the EBook. (addressbook_search_menu_items): remove E_FILTERBAR_ADVANCED. (addressbook_menu_activated): remove E_FILTERBAR_ADVANCED. (addressbook_search_option_items): add "Advanced..." here. (addressbook_query_changed): add special handling for Advanced... * gui/search/e-addressbook-search-dialog.h (struct _EAddressbookSearchDialog): add EAddressbookView and remove the model/adapter fields. Also fix prototype of e_addressbook_search_dialog_new. * gui/search/e-addressbook-search-dialog.c (e_addressbook_search_dialog_class_init): get rid of set_arg/get_arg. (button_press): set the query on the EAddressbookView, and always close the dialog. (e_addressbook_search_dialog_init): get rid of the minicard view, and pack the other widgets accordingly. (e_addressbook_search_dialog_new): pass EAddressbookView instead of EBook. (e_addressbook_search_dialog_destroy): remove model/adapter stuff. svn path=/trunk/; revision=11760 --- addressbook/ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1c5f1a5a0e..115e56a68a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,28 @@ +2001-08-07 Chris Toshok + + * gui/component/addressbook.c (search_cb): pass view->view instead + of the EBook. + (addressbook_search_menu_items): remove E_FILTERBAR_ADVANCED. + (addressbook_menu_activated): remove E_FILTERBAR_ADVANCED. + (addressbook_search_option_items): add "Advanced..." here. + (addressbook_query_changed): add special handling for Advanced... + + * gui/search/e-addressbook-search-dialog.h (struct + _EAddressbookSearchDialog): add EAddressbookView and remove the + model/adapter fields. Also fix prototype of + e_addressbook_search_dialog_new. + + * gui/search/e-addressbook-search-dialog.c + (e_addressbook_search_dialog_class_init): get rid of + set_arg/get_arg. + (button_press): set the query on the EAddressbookView, and always + close the dialog. + (e_addressbook_search_dialog_init): get rid of the minicard view, + and pack the other widgets accordingly. + (e_addressbook_search_dialog_new): pass EAddressbookView instead + of EBook. + (e_addressbook_search_dialog_destroy): remove model/adapter stuff. + 2001-08-07 Chris Toshok [ Fixes bug #5066 ] -- cgit v1.2.3