diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-04 05:49:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-04 05:49:11 +0800 |
commit | 2b60e44890dc2bb86310e4d6699372c3c5ac2833 (patch) | |
tree | bc861d6f839a0bddcf203e0ba65889613db08b8e /mail/ChangeLog | |
parent | b83eccac16d2cf08a97c6c7c2b046d17565cefd1 (diff) | |
download | gsoc2013-evolution-2b60e44890dc2bb86310e4d6699372c3c5ac2833.tar gsoc2013-evolution-2b60e44890dc2bb86310e4d6699372c3c5ac2833.tar.gz gsoc2013-evolution-2b60e44890dc2bb86310e4d6699372c3c5ac2833.tar.bz2 gsoc2013-evolution-2b60e44890dc2bb86310e4d6699372c3c5ac2833.tar.lz gsoc2013-evolution-2b60e44890dc2bb86310e4d6699372c3c5ac2833.tar.xz gsoc2013-evolution-2b60e44890dc2bb86310e4d6699372c3c5ac2833.tar.zst gsoc2013-evolution-2b60e44890dc2bb86310e4d6699372c3c5ac2833.zip |
set config = NULL (provider_list) Eek! Initialize news to NULL! Also, use
2000-08-03 Jeffrey Stedfast <fejj@helixcode.com>
* mail-config.c: set config = NULL
(provider_list) Eek! Initialize news to NULL! Also, use
g_slist_prepend() for "performance" gains ;-)
(init_config): Set the config member data to NULL just to be on
the safe side
(clear_config): Don't bother freeing slist data if the slist is
NULL
svn path=/trunk/; revision=4517
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 40a3dc20a0..d78dca32e0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2000-08-03 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-config.c: set config = NULL + (provider_list) Eek! Initialize news to NULL! Also, use + g_slist_prepend() for "performance" gains ;-) + (init_config): Set the config member data to NULL just to be on + the safe side + (clear_config): Don't bother freeing slist data if the slist is + NULL + 2000-08-03 Peter Williams <peterw@helixcode.com> * main.c (main): One more gconf reference to take out... |