From f1fe42cea9f644323dd8d9c38c42973c7bde82c2 Mon Sep 17 00:00:00 2001 From: Bill Zhu Date: Thu, 26 Feb 2004 14:05:55 +0000 Subject: Before Update the bonobo ui component, remove it first. 2004-02-26 Bill Zhu * e-search-bar.c (setup_bonobo_menus): Before Update the bonobo ui component, remove it first. Fixes #54788 svn path=/trunk/; revision=24881 --- widgets/misc/e-search-bar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/misc/e-search-bar.c') diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c index d99a4de742..bcc6413cf9 100644 --- a/widgets/misc/e-search-bar.c +++ b/widgets/misc/e-search-bar.c @@ -556,6 +556,7 @@ setup_bonobo_menus (ESearchBar *esb) g_string_append (xml, ""); g_string_append (xml, ""); + remove_bonobo_menus (esb); bonobo_ui_component_set (esb->ui_component, "/menu/SearchPlaceholder", xml->str, NULL); g_string_free (xml, TRUE); -- cgit v1.2.3