aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-18 00:57:38 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-18 00:57:38 +0800
commit6dee50394a99a1d1e2e95309764bfedbcd95275d (patch)
tree4d7d1745e379482cfc108bcdfc24842c7d94e34c /widgets/misc/ChangeLog
parent60a6928a18ccbab616f7d6c8ad52fc5995a99fb9 (diff)
downloadgsoc2013-evolution-6dee50394a99a1d1e2e95309764bfedbcd95275d.tar
gsoc2013-evolution-6dee50394a99a1d1e2e95309764bfedbcd95275d.tar.gz
gsoc2013-evolution-6dee50394a99a1d1e2e95309764bfedbcd95275d.tar.bz2
gsoc2013-evolution-6dee50394a99a1d1e2e95309764bfedbcd95275d.tar.lz
gsoc2013-evolution-6dee50394a99a1d1e2e95309764bfedbcd95275d.tar.xz
gsoc2013-evolution-6dee50394a99a1d1e2e95309764bfedbcd95275d.tar.zst
gsoc2013-evolution-6dee50394a99a1d1e2e95309764bfedbcd95275d.zip
(setup_standard_verbs): Set the <commands> 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
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog17
1 files changed, 17 insertions, 0 deletions
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 <ettore@ximian.com>
+
+ [Fix #27854, spurious warnings from ESearchBar.]
+
+ * e-search-bar.c (setup_standard_verbs): Set the <commands> 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 <ettore@ximian.com>
* e-search-bar.c (update_sensitivity): Removed.