From 6dee50394a99a1d1e2e95309764bfedbcd95275d Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 17 Jul 2002 16:57:38 +0000 Subject: (setup_standard_verbs): Set the part of the XML manually with bonobo_ui_component_set() otherwise the verbs don't get added on the other side for us to be able to do bonobo_ui_component_set_prop(). (setup_bonobo_menus): New, menu setup code taken from update_bonobo_menus(). (remove_bonobo_menus): New; removes the Bonobo menus. (update_bonobo_menus): Rewritten, just call remove_bonobo_menus() first and setup_bonobo_menus() then. (e_search_bar_set_ui_component): Call setup_bonobo_menus() and remove_bonobo_menus() as appropriate instead of just update_bonobo_menus(). svn path=/trunk/; revision=17490 --- widgets/misc/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index c4e2f0d5ed..dab760980f 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,20 @@ +2002-07-17 Ettore Perazzoli + + [Fix #27854, spurious warnings from ESearchBar.] + + * e-search-bar.c (setup_standard_verbs): Set the part + of the XML manually with bonobo_ui_component_set() otherwise the + verbs don't get added on the other side for us to be able to do + bonobo_ui_component_set_prop(). + (setup_bonobo_menus): New, menu setup code taken from + update_bonobo_menus(). + (remove_bonobo_menus): New; removes the Bonobo menus. + (update_bonobo_menus): Rewritten, just call remove_bonobo_menus() + first and setup_bonobo_menus() then. + (e_search_bar_set_ui_component): Call setup_bonobo_menus() and + remove_bonobo_menus() as appropriate instead of just + update_bonobo_menus(). + 2002-07-02 Ettore Perazzoli * e-search-bar.c (update_sensitivity): Removed. -- cgit v1.2.3