diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-01-24 20:43:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-01-24 20:43:12 +0800 |
commit | b1140798c3b9d8fcfb7467108d411b7370ba1ec3 (patch) | |
tree | f1c654a33427ce7f3408b4c305a7733761651849 /composer/ChangeLog | |
parent | de2f61c783170d15f685c09d6ed5ee6a557baab9 (diff) | |
download | gsoc2013-evolution-b1140798c3b9d8fcfb7467108d411b7370ba1ec3.tar.gz gsoc2013-evolution-b1140798c3b9d8fcfb7467108d411b7370ba1ec3.tar.zst gsoc2013-evolution-b1140798c3b9d8fcfb7467108d411b7370ba1ec3.zip |
** Fixes bug #509124
2008-01-24 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #509124
* composer/e-msg-composer.c (e_msg_composer_get_message_print),
(e_msg_composer_get_message_draft):
Check result of build_message() for NULL before proceeding.
svn path=/trunk/; revision=34883
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 07a13f0104..e902007906 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,11 @@ +2008-01-24 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #509124 + + * e-msg-composer.c (e_msg_composer_get_message_print), + (e_msg_composer_get_message_draft): + Check result of build_message() for NULL before proceeding. + 2008-01-14 Suman Manjunath <msuman@novell.com> ** Fix for bug #502783 |