aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-18 14:34:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-18 14:34:27 +0800
commit04656c360e73801ff0cb7eab6c3bc104cb755e4d (patch)
tree415216aceb4f6e1a65a880e75ecc2e0d5368ec7e /filter/ChangeLog
parentdd1454293b3592aaacb56859ddfa63832255c88d (diff)
downloadgsoc2013-evolution-04656c360e73801ff0cb7eab6c3bc104cb755e4d.tar
gsoc2013-evolution-04656c360e73801ff0cb7eab6c3bc104cb755e4d.tar.gz
gsoc2013-evolution-04656c360e73801ff0cb7eab6c3bc104cb755e4d.tar.bz2
gsoc2013-evolution-04656c360e73801ff0cb7eab6c3bc104cb755e4d.tar.lz
gsoc2013-evolution-04656c360e73801ff0cb7eab6c3bc104cb755e4d.tar.xz
gsoc2013-evolution-04656c360e73801ff0cb7eab6c3bc104cb755e4d.tar.zst
gsoc2013-evolution-04656c360e73801ff0cb7eab6c3bc104cb755e4d.zip
Er, don't set the button insensitive if there is *1* action, set it
2001-01-18 Jeffrey Stedfast <fejj@ximian.com> * filter-filter.c (less_parts): Er, don't set the button insensitive if there is *1* action, set it insensitive if there are less than or equal to *1* actions. Doh! (more_parts): Only set the remove button sensitive if there is more than 1 action. (get_widget): Here too. svn path=/trunk/; revision=7616
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index abce136c7b..656a9043ff 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,12 @@
+2001-01-18 Jeffrey Stedfast <fejj@ximian.com>
+
+ * filter-filter.c (less_parts): Er, don't set the button
+ insensitive if there is *1* action, set it insensitive if there
+ are less than or equal to *1* actions. Doh!
+ (more_parts): Only set the remove button sensitive if there is
+ more than 1 action.
+ (get_widget): Here too.
+
2001-01-16 Jason Leach <jasonleach@usa.net>
* e-search-bar.[ch]: Moved ESearchBar to $(toplevel)/widgets/misc,