diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-14 06:51:35 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-14 06:51:35 +0800 |
commit | 5a5eec6a63ca61ba652dfc4f096b5d29bd26c98e (patch) | |
tree | 8805dad99f9f383761dd9c7d3dfbda95762eaf14 /mail/ChangeLog | |
parent | 33f5b6f67d90bffdb7a83a07d619face63e9983c (diff) | |
download | gsoc2013-evolution-5a5eec6a63ca61ba652dfc4f096b5d29bd26c98e.tar.gz gsoc2013-evolution-5a5eec6a63ca61ba652dfc4f096b5d29bd26c98e.tar.zst gsoc2013-evolution-5a5eec6a63ca61ba652dfc4f096b5d29bd26c98e.zip |
Make sure the folder-browser is not NULL or we'll crash.
2002-12-13 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (check_send_configuration): Make sure the
folder-browser is not NULL or we'll crash.
svn path=/trunk/; revision=19115
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index da51461bd5..8b66aa6bad 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2002-12-13 Jeffrey Stedfast <fejj@ximian.com> + * mail-callbacks.c (check_send_configuration): Make sure the + folder-browser is not NULL or we'll crash. + * mail-preferences.c (mail_preferences_construct): Fix the colour code to get a guint32 rgb correctly (I think - can't test because the shell keeps crashing, yay). |