From 2ab46536592efcc0c4399bd7ae9b3f47119ff85d Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 22 May 2002 22:56:57 +0000 Subject: Put the search menu in a SearchPlaceholder. * evolution.xml: Put the search menu in a SearchPlaceholder. svn path=/trunk/; revision=16979 --- ui/ChangeLog | 4 ++++ ui/evolution.xml | 5 ++--- widgets/misc/ChangeLog | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ui/ChangeLog b/ui/ChangeLog index 97d3c135e3..3da622b5d2 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2002-05-22 Ettore Perazzoli + + * evolution.xml: Put the search menu in a SearchPlaceholder. + 2002-05-20 Ettore Perazzoli * evolution-event-editor.xml: Add a toolbar item for diff --git a/ui/evolution.xml b/ui/evolution.xml index 0e1f2d26ad..1165d86bdf 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -157,9 +157,8 @@ - - - + + diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 612338d596..952ef3665b 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,5 +1,8 @@ 2002-05-22 Ettore Perazzoli + * e-search-bar.c (update_bonobo_menus): Put the stuff in + /menu/Searchplaceholder/Search instead of /menu/Search. + * e-combo-button.c (impl_draw): New, overrides GtkWidget::draw. (impl_expose_event): New, overrides GtkWidget::expose_event. -- cgit