diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-03 00:13:52 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-03 00:13:52 +0800 |
commit | efc9f990dceb32bad4e076b158267f02bea37bdc (patch) | |
tree | 0bb95f1685c1a4d73ff36d819fc08b53925979a7 /mail/ChangeLog | |
parent | 8d6afbe9102a979e28c861e3e4d34900cadd2eae (diff) | |
download | gsoc2013-evolution-efc9f990dceb32bad4e076b158267f02bea37bdc.tar gsoc2013-evolution-efc9f990dceb32bad4e076b158267f02bea37bdc.tar.gz gsoc2013-evolution-efc9f990dceb32bad4e076b158267f02bea37bdc.tar.bz2 gsoc2013-evolution-efc9f990dceb32bad4e076b158267f02bea37bdc.tar.lz gsoc2013-evolution-efc9f990dceb32bad4e076b158267f02bea37bdc.tar.xz gsoc2013-evolution-efc9f990dceb32bad4e076b158267f02bea37bdc.tar.zst gsoc2013-evolution-efc9f990dceb32bad4e076b158267f02bea37bdc.zip |
Use camel_folder_free_summary instead of g_ptr_array_free. Unref the
2000-06-02 Christopher James Lahey <clahey@helixcode.com>
* message-list.c: Use camel_folder_free_summary instead of
g_ptr_array_free. Unref the folder when we're done with it.
svn path=/trunk/; revision=3389
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4e3674b19e..cc3a3d2e36 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2000-06-02 Christopher James Lahey <clahey@helixcode.com> + * message-list.c: Use camel_folder_free_summary instead of + g_ptr_array_free. Unref the folder when we're done with it. + +2000-06-02 Christopher James Lahey <clahey@helixcode.com> + * session.c: Revert removal of e_setup_base_dir. 2000-06-02 Dan Winship <danw@helixcode.com> |