diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-19 04:56:15 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-19 04:56:15 +0800 |
commit | 74eff81d8fe7c366c34db4c9ad25c87a4eb95b0a (patch) | |
tree | 50d8afbd3a12623fad474aa937b5cc73a49ca84d /widgets/misc/ChangeLog | |
parent | 1657404cf753ec4ed9b2a0e76cf02c0aba40a08a (diff) | |
download | gsoc2013-evolution-74eff81d8fe7c366c34db4c9ad25c87a4eb95b0a.tar gsoc2013-evolution-74eff81d8fe7c366c34db4c9ad25c87a4eb95b0a.tar.gz gsoc2013-evolution-74eff81d8fe7c366c34db4c9ad25c87a4eb95b0a.tar.bz2 gsoc2013-evolution-74eff81d8fe7c366c34db4c9ad25c87a4eb95b0a.tar.lz gsoc2013-evolution-74eff81d8fe7c366c34db4c9ad25c87a4eb95b0a.tar.xz gsoc2013-evolution-74eff81d8fe7c366c34db4c9ad25c87a4eb95b0a.tar.zst gsoc2013-evolution-74eff81d8fe7c366c34db4c9ad25c87a4eb95b0a.zip |
Rename the "Search Now" menu entry to "Find Now". Rename the corresponding
* e-search-bar.c (update_bonobo_menus): Rename the "Search Now"
menu entry to "Find Now". Rename the corresponding verb to
"ESearchBar:FindNow".
(update_sensitivity): Updated accordingly.
(setup_standard_verbs): Likewise.
svn path=/trunk/; revision=16200
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 9ec923e5ab..4fde7c9ed8 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,5 +1,13 @@ 2002-03-18 Ettore Perazzoli <ettore@ximian.com> + * e-search-bar.c (update_bonobo_menus): Rename the "Search Now" + menu entry to "Find Now". Rename the corresponding verb to + "ESearchBar:FindNow". + (update_sensitivity): Updated accordingly. + (setup_standard_verbs): Likewise. + +2002-03-18 Ettore Perazzoli <ettore@ximian.com> + * e-search-bar.c (update_sensitivity): New halper function to update the sensitivity of the commands. (entry_changed_cb): New callback to make the activate_button and |