aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2001-01-10 13:44:23 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-10 13:44:23 +0800
commitf54327b748170a6e771dc0cd87eff918d7f64b2d (patch)
tree77ad253ada6b454862cffdcaddc4548b460d039e /filter/ChangeLog
parent8f1d09360b6e8d6c07ce44d1a437678b41226524 (diff)
downloadgsoc2013-evolution-f54327b748170a6e771dc0cd87eff918d7f64b2d.tar
gsoc2013-evolution-f54327b748170a6e771dc0cd87eff918d7f64b2d.tar.gz
gsoc2013-evolution-f54327b748170a6e771dc0cd87eff918d7f64b2d.tar.bz2
gsoc2013-evolution-f54327b748170a6e771dc0cd87eff918d7f64b2d.tar.lz
gsoc2013-evolution-f54327b748170a6e771dc0cd87eff918d7f64b2d.tar.xz
gsoc2013-evolution-f54327b748170a6e771dc0cd87eff918d7f64b2d.tar.zst
gsoc2013-evolution-f54327b748170a6e771dc0cd87eff918d7f64b2d.zip
Attach to the "activate" signal - this should now make it so that a
2001-01-10 Jeffrey Stedfast <fejj@helixcode.com> * filter-option.c (get_widget): Attach to the "activate" signal - this should now make it so that a filter-option will "remember" what a user changed. * filter-system-flag.c (get_widget): Don't reset fsf->value to the first system flag, this should already be defaulted to the appropriate flag. This should fix the problem of always defaulting to the first menu option and thus "forgetting" the user's settings. svn path=/trunk/; revision=7356
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index a1b483dc4a..dfc3602574 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,14 @@
+2001-01-10 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * filter-option.c (get_widget): Attach to the "activate" signal -
+ this should now make it so that a filter-option will "remember"
+ what a user changed.
+
+ * filter-system-flag.c (get_widget): Don't reset fsf->value to the
+ first system flag, this should already be defaulted to the
+ appropriate flag. This should fix the problem of always defaulting
+ to the first menu option and thus "forgetting" the user's settings.
+
2001-01-04 Jeffrey Stedfast <fejj@helixcode.com>
* filter-system-flag.c: comment out some of the system flags as we