diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-07-26 03:14:03 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-07-26 03:14:03 +0800 |
commit | 43ef719142fe37dc8aa8c9ae32d8f44002036aaf (patch) | |
tree | 846da72b2d3afb1d0180bbbdb3efd5bba934414c /mail/ChangeLog | |
parent | dffee3727463f7b84cd97f650cc3adc1b36aa81d (diff) | |
download | gsoc2013-evolution-43ef719142fe37dc8aa8c9ae32d8f44002036aaf.tar.gz gsoc2013-evolution-43ef719142fe37dc8aa8c9ae32d8f44002036aaf.tar.zst gsoc2013-evolution-43ef719142fe37dc8aa8c9ae32d8f44002036aaf.zip |
Fix crash on NULL current_message when replying.
svn path=/trunk/; revision=4319
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0a6f1293c8..856d75798c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-07-25 Peter Williams <peterw@helixcode.com> + + * mail-ops.c (reply): Check for the case of fb->mail_display-> + current_message = NULL, which shouldn't happen, but has happened + to me. + 2000-07-25 Dan Winship <danw@helixcode.com> * message-thread.c (group_root_set): Don't group together messages |