diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-11 00:27:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-11 00:27:41 +0800 |
commit | dc55886056400b7a56a4951e7625223682ff9934 (patch) | |
tree | fe568a078f49c6c3c810bd52c695505b3a4e652b /mail/ChangeLog | |
parent | faf23483403f0ebf424a0998c8b6ecbca2ad1430 (diff) | |
download | gsoc2013-evolution-dc55886056400b7a56a4951e7625223682ff9934.tar.gz gsoc2013-evolution-dc55886056400b7a56a4951e7625223682ff9934.tar.zst gsoc2013-evolution-dc55886056400b7a56a4951e7625223682ff9934.zip |
Use bonobo_config_set_string_wrapper. (mail_config_write): Same.
2001-07-10 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.c (mail_config_write_on_exit): Use
bonobo_config_set_string_wrapper.
(mail_config_write): Same.
(bonobo_config_set_string_wrapper): Macro wrapping
bonobo_config_set_string that passes "" as the val if the val is
NULL.
svn path=/trunk/; revision=10955
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 61bdbcd0f6..2217107702 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2001-07-10 Jeffrey Stedfast <fejj@ximian.com> + * mail-config.c (mail_config_write_on_exit): Use + bonobo_config_set_string_wrapper. + (mail_config_write): Same. + (bonobo_config_set_string_wrapper): Macro wrapping + bonobo_config_set_string that passes "" as the val if the val is + NULL. + * mail-callbacks.c (mail_generate_reply): Make sure that the reply-to addr i non-NULL before trying to add it to the hash table. |