diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-18 07:54:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-18 07:54:01 +0800 |
commit | be6335128da92389defd81dc58132387f1f400d8 (patch) | |
tree | 43d88cc87f2d4ffef294159f7acb7a4a84c5d580 /filter/ChangeLog | |
parent | b16a04e98d4d6afd4507fcd8e9bf31358f1b6344 (diff) | |
download | gsoc2013-evolution-be6335128da92389defd81dc58132387f1f400d8.tar.gz gsoc2013-evolution-be6335128da92389defd81dc58132387f1f400d8.tar.zst gsoc2013-evolution-be6335128da92389defd81dc58132387f1f400d8.zip |
Since we are now using filter-option widgets in place of system-flag, we
2001-03-17 Jeffrey Stedfast <fejj@ximian.com>
* filter-option.c (build_code): Since we are now using
filter-option widgets in place of system-flag, we do not need a
"code" part so if there isn't a code part, don't build it.
(clone): Updated to allow NULL code parts.
svn path=/trunk/; revision=8789
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index af70a59ec7..3bc7887e4a 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,5 +1,12 @@ 2001-03-17 Jeffrey Stedfast <fejj@ximian.com> + * filter-option.c (build_code): Since we are now using + filter-option widgets in place of system-flag, we do not need a + "code" part so if there isn't a code part, don't build it. + (clone): Updated to allow NULL code parts. + +2001-03-17 Jeffrey Stedfast <fejj@ximian.com> + * filter-element.c (filter_element_new_type_name): If the filter type is a "system-flag", use the optionlist type as type system-flag has been removed. This should allow backward |