diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-06-06 10:30:45 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-06-06 10:30:45 +0800 |
commit | 88f3e2714d7a9251b2c5a01b7c1410f4f3ab60c6 (patch) | |
tree | c3d0d8b812f360efc75595439e096d90aacfe136 /my-evolution/ChangeLog | |
parent | 9ce5b00386787d6a10c7df2428c7752c914bdee4 (diff) | |
download | gsoc2013-evolution-88f3e2714d7a9251b2c5a01b7c1410f4f3ab60c6.tar.gz gsoc2013-evolution-88f3e2714d7a9251b2c5a01b7c1410f4f3ab60c6.tar.zst gsoc2013-evolution-88f3e2714d7a9251b2c5a01b7c1410f4f3ab60c6.zip |
Avoid reentrancy during e_tree_selection_model_foreach. Fixes Ximian bug
2002-06-05 Christopher James Lahey <clahey@ximian.com>
* e-summary-shown.c (maybe_move_to_shown, add_clicked,
remove_from_shown, remove_clicked): Avoid reentrancy during
e_tree_selection_model_foreach. Fixes Ximian bug #24987.
svn path=/trunk/; revision=17128
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index b88e4b9913..0210e822b7 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,9 @@ +2002-06-05 Christopher James Lahey <clahey@ximian.com> + + * e-summary-shown.c (maybe_move_to_shown, add_clicked, + remove_from_shown, remove_clicked): Avoid reentrancy during + e_tree_selection_model_foreach. Fixes Ximian bug #24987. + 2002-05-23 JP Rosevear <jpr@ximian.com> * GNOME_Evolution_Summary.oaf.in.in: correct typo |