diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-23 06:56:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-23 06:56:57 +0800 |
commit | 2ab46536592efcc0c4399bd7ae9b3f47119ff85d (patch) | |
tree | fa88297730b0895a2714546599527d72498cc302 | |
parent | 5b6053851275131b8b9b15d19e7b8f202fa11f4b (diff) | |
download | gsoc2013-evolution-2ab46536592efcc0c4399bd7ae9b3f47119ff85d.tar.gz gsoc2013-evolution-2ab46536592efcc0c4399bd7ae9b3f47119ff85d.tar.zst gsoc2013-evolution-2ab46536592efcc0c4399bd7ae9b3f47119ff85d.zip |
Put the search menu in a SearchPlaceholder.
* evolution.xml: Put the search menu in a SearchPlaceholder.
svn path=/trunk/; revision=16979
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 5 | ||||
-rw-r--r-- | 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 <ettore@ximian.com> + + * evolution.xml: Put the search menu in a SearchPlaceholder. + 2002-05-20 Ettore Perazzoli <ettore@ximian.com> * 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 @@ <menuitem name="PilotSettings" verb="" _label="_Pilot Settings..."/> </submenu> - <submenu name="Search" _label="_Search"> - <placeholder name="SearchBar"/> - </submenu> + <placeholder name="SearchPlaceholder"> + </placeholder> <submenu name="Help" _label="_Help"> 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 <ettore@ximian.com> + * 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. |