diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2001-10-29 08:51:42 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-29 08:51:42 +0800 |
commit | 96df1d41383b092a7f5cc07634a7699e3210cc26 (patch) | |
tree | fe8db0eba5c5562b078fce74c31c893960e4893c /filter/ChangeLog | |
parent | e554710d002f2d1843c9783cd2a727ce7dd51af2 (diff) | |
download | gsoc2013-evolution-96df1d41383b092a7f5cc07634a7699e3210cc26.tar.gz gsoc2013-evolution-96df1d41383b092a7f5cc07634a7699e3210cc26.tar.zst gsoc2013-evolution-96df1d41383b092a7f5cc07634a7699e3210cc26.zip |
Fix enable undo logic.
* rule-editor.c
(rule_editor_add_undo): Fix enable undo logic.
svn path=/trunk/; revision=14308
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index f0b4698be3..de02e3af47 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -26,6 +26,7 @@ (rule_editor_construct): Only enable a cancel button if EVOLUTION_RULE_UNDO is set. (rule_editor_add_undo): Only add if undo enabled. + (rule_editor_add_undo): Fix enable undo logic. * filter-rule.c (filter_rule_set_name): Emit a changed event if it changes. |