diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-22 23:40:23 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-22 23:40:23 +0800 |
commit | dcc47cc15f6ff1e1cb866495625006e5481f85a6 (patch) | |
tree | cb5221d22edcbb14ea41d14078718b7474eed38e /mail/ChangeLog | |
parent | 823e4b48ee3e24eac8c3f2362e1e9dba27c1bcc5 (diff) | |
download | gsoc2013-evolution-dcc47cc15f6ff1e1cb866495625006e5481f85a6.tar gsoc2013-evolution-dcc47cc15f6ff1e1cb866495625006e5481f85a6.tar.gz gsoc2013-evolution-dcc47cc15f6ff1e1cb866495625006e5481f85a6.tar.bz2 gsoc2013-evolution-dcc47cc15f6ff1e1cb866495625006e5481f85a6.tar.lz gsoc2013-evolution-dcc47cc15f6ff1e1cb866495625006e5481f85a6.tar.xz gsoc2013-evolution-dcc47cc15f6ff1e1cb866495625006e5481f85a6.tar.zst gsoc2013-evolution-dcc47cc15f6ff1e1cb866495625006e5481f85a6.zip |
Fix an infinite loop in the message threading with empty containers.
svn path=/trunk/; revision=4964
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e05e83f780..ff02ff09cd 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2000-08-22 Peter Williams <peterw@helixcode.com> + + * message-thread.c (free_container): Extra debug print. + (remove_node): Handle the case of empty containers holding the child + that we're interested in. + (thread_messages_free): Extra debug print. + 2000-08-20 Jeremy Wise <jwise@pathwaynet.com> * folder-browser.c: (fb_resize_cb) Added function to monitor resize of the e_paned in the main view. |