diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-26 11:44:35 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-26 11:44:35 +0800 |
commit | 7c6257f9a9e271c539f387ee25d0e8d9275914db (patch) | |
tree | acf70eaceff9728df6da4945b76a518547d4abfd /filter/ChangeLog | |
parent | 8b01bc9334622e0d5cf643e7c26578acc7c83a78 (diff) | |
download | gsoc2013-evolution-7c6257f9a9e271c539f387ee25d0e8d9275914db.tar.gz gsoc2013-evolution-7c6257f9a9e271c539f387ee25d0e8d9275914db.tar.zst gsoc2013-evolution-7c6257f9a9e271c539f387ee25d0e8d9275914db.zip |
Keep track of the current editor dialog window so that on exit, we can
2001-10-25 Jeffrey Stedfast <fejj@ximian.com>
* rule-editor.c: Keep track of the current editor dialog window so
that on exit, we can close it too.
(rule_edit): Don't make the dialog modal and set it's parent
window as well as don't allow more than a single editor window to
be popped up.
(rule_add): Same.
svn path=/trunk/; revision=14122
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index c10072a9ca..bdcdb93e95 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,12 @@ +2001-10-25 Jeffrey Stedfast <fejj@ximian.com> + + * rule-editor.c: Keep track of the current editor dialog window so + that on exit, we can close it too. + (rule_edit): Don't make the dialog modal and set it's parent + window as well as don't allow more than a single editor window to + be popped up. + (rule_add): Same. + 2001-10-24 <NotZed@Ximian.com> * rule-context.c (rule_context_class_init): Add a changed signal. |