diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-01-17 10:22:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-01-17 10:22:02 +0800 |
commit | d4e575c9c6b802d45e6d1c711e21c66908cbb63e (patch) | |
tree | 49ccbcc371d6057053b0bd7ae8cf0b45c6c8f277 /mail/ChangeLog | |
parent | fdd014d7c76b82582e8e112d1b50f6e9fc72bc9f (diff) | |
download | gsoc2013-evolution-d4e575c9c6b802d45e6d1c711e21c66908cbb63e.tar gsoc2013-evolution-d4e575c9c6b802d45e6d1c711e21c66908cbb63e.tar.gz gsoc2013-evolution-d4e575c9c6b802d45e6d1c711e21c66908cbb63e.tar.bz2 gsoc2013-evolution-d4e575c9c6b802d45e6d1c711e21c66908cbb63e.tar.lz gsoc2013-evolution-d4e575c9c6b802d45e6d1c711e21c66908cbb63e.tar.xz gsoc2013-evolution-d4e575c9c6b802d45e6d1c711e21c66908cbb63e.tar.zst gsoc2013-evolution-d4e575c9c6b802d45e6d1c711e21c66908cbb63e.zip |
** Fixes bug #509741
2008-01-16 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #509741
* mail-session.c (user_message_exec):
Fix a crash that occurs when prompted to accept a certificate.
This is just a quick temporary fix; Srini and I have a more
sophisticated solution in mind.
svn path=/trunk/; revision=34841
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f21ec45370..ea589613bf 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2008-01-16 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #509741 + + * mail-session.c (user_message_exec): + Fix a crash that occurs when prompted to accept a certificate. + This is just a quick temporary fix; Srini and I have a more + sophisticated solution in mind. + 2008-01-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #509697 |