diff options
author | Not Zed <NotZed@Ximian.com> | 2003-01-09 14:43:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-01-09 14:43:31 +0800 |
commit | 9cdee141ad068801a54b004dd4e17cd325b64eae (patch) | |
tree | 003c48b4e6b453f16b771369595956c57fe3abbd /mail/ChangeLog | |
parent | f255677bd1b01696cb44acb599855813d2f70eb8 (diff) | |
download | gsoc2013-evolution-9cdee141ad068801a54b004dd4e17cd325b64eae.tar gsoc2013-evolution-9cdee141ad068801a54b004dd4e17cd325b64eae.tar.gz gsoc2013-evolution-9cdee141ad068801a54b004dd4e17cd325b64eae.tar.bz2 gsoc2013-evolution-9cdee141ad068801a54b004dd4e17cd325b64eae.tar.lz gsoc2013-evolution-9cdee141ad068801a54b004dd4e17cd325b64eae.tar.xz gsoc2013-evolution-9cdee141ad068801a54b004dd4e17cd325b64eae.tar.zst gsoc2013-evolution-9cdee141ad068801a54b004dd4e17cd325b64eae.zip |
g_free->xmlFree (account_to_xml): copy xml memory to glib memory when
2003-01-09 Not Zed <NotZed@Ximian.com>
* mail-config.c (xml_get_prop): g_free->xmlFree
(account_to_xml): copy xml memory to glib memory when adding the 0
on the end of the string.
(accounts_save): Use slightly different logic with appending to
the tail of the list, we can't use the &node trick with gslists.
(accounts_changed): Same here.
svn path=/trunk/; revision=19306
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 f650c14948..58a4c4247b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2003-01-09 Not Zed <NotZed@Ximian.com> + + * mail-config.c (xml_get_prop): g_free->xmlFree + (account_to_xml): copy xml memory to glib memory when adding the 0 + on the end of the string. + (accounts_save): Use slightly different logic with appending to + the tail of the list, we can't use the &node trick with gslists. + (accounts_changed): Same here. + 2003-01-08 Ettore Perazzoli <ettore@ximian.com> * Makefile.am: Images are now in $(datadir)/evolution/images |