aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc
diff options
context:
space:
mode:
authorChristian Neumair <chris@gnome-de.org>2004-02-27 02:00:46 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-02-27 02:00:46 +0800
commit0608fee8c50210df756842e3ef922bcbdc62fc13 (patch)
treeb5a55a904fd5d4067721b1485185038deeb0197e /widgets/misc
parent2b46283efc6ca1cd1dee7e63128378022bb862ac (diff)
downloadgsoc2013-evolution-0608fee8c50210df756842e3ef922bcbdc62fc13.tar
gsoc2013-evolution-0608fee8c50210df756842e3ef922bcbdc62fc13.tar.gz
gsoc2013-evolution-0608fee8c50210df756842e3ef922bcbdc62fc13.tar.bz2
gsoc2013-evolution-0608fee8c50210df756842e3ef922bcbdc62fc13.tar.lz
gsoc2013-evolution-0608fee8c50210df756842e3ef922bcbdc62fc13.tar.xz
gsoc2013-evolution-0608fee8c50210df756842e3ef922bcbdc62fc13.tar.zst
gsoc2013-evolution-0608fee8c50210df756842e3ef922bcbdc62fc13.zip
remove the right thing
2004-02-26 Christian Neumair <chris@gnome-de.org> * e-search-bar.c (remove_bonobo_menus): remove the right thing svn path=/trunk/; revision=24889
Diffstat (limited to 'widgets/misc')
-rw-r--r--widgets/misc/e-search-bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c
index bcc6413cf9..84e3306eeb 100644
--- a/widgets/misc/e-search-bar.c
+++ b/widgets/misc/e-search-bar.c
@@ -568,7 +568,7 @@ remove_bonobo_menus (ESearchBar *esb)
if (bonobo_ui_component_get_container (esb->ui_component) == CORBA_OBJECT_NIL)
return;
- bonobo_ui_component_rm (esb->ui_component, "/menu/SearchPlaceholder/Search", NULL);
+ bonobo_ui_component_rm (esb->ui_component, "/menu/SearchPlaceholder", NULL);
}
static void