aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-03-19 04:54:36 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-03-19 04:54:36 +0800
commit1657404cf753ec4ed9b2a0e76cf02c0aba40a08a (patch)
tree5f62fb6473b3c681b83b2ebeab717b73b5101667 /widgets/misc/ChangeLog
parentad1e6e7f4427bae086d50c3b31075a96ecf0bd82 (diff)
downloadgsoc2013-evolution-1657404cf753ec4ed9b2a0e76cf02c0aba40a08a.tar
gsoc2013-evolution-1657404cf753ec4ed9b2a0e76cf02c0aba40a08a.tar.gz
gsoc2013-evolution-1657404cf753ec4ed9b2a0e76cf02c0aba40a08a.tar.bz2
gsoc2013-evolution-1657404cf753ec4ed9b2a0e76cf02c0aba40a08a.tar.lz
gsoc2013-evolution-1657404cf753ec4ed9b2a0e76cf02c0aba40a08a.tar.xz
gsoc2013-evolution-1657404cf753ec4ed9b2a0e76cf02c0aba40a08a.tar.zst
gsoc2013-evolution-1657404cf753ec4ed9b2a0e76cf02c0aba40a08a.zip
New halper function to update the sensitivity of the commands.
* 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 the "Find Now" verb sensitive only if the entry has some contents. (activate_by_subitems): Connect the callback here. (setup_standard_verbs): Call update_sensitivity() here. svn path=/trunk/; revision=16199
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index b2880a8559..9ec923e5ab 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,5 +1,14 @@
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
+ the "Find Now" verb sensitive only if the entry has some contents.
+ (activate_by_subitems): Connect the callback here.
+ (setup_standard_verbs): Call update_sensitivity() here.
+
+2002-03-18 Ettore Perazzoli <ettore@ximian.com>
+
* e-search-bar.c (init): Init clear_button to NULL.
(add_button): New helper function to add a button to the search
bar with the right spacing etc.