diff options
author | JP Rosevear <jpr@ximian.com> | 2001-05-12 03:57:15 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-05-12 03:57:15 +0800 |
commit | e3efaa319aabdfe6b3329fae1b9cee8a0ea877f3 (patch) | |
tree | 74dbe6e0a3ac5c9e6559d9595f65de6cab8cb896 /mail/ChangeLog | |
parent | 6febeab3270c35664cc3938d4f89b9c292550040 (diff) | |
download | gsoc2013-evolution-e3efaa319aabdfe6b3329fae1b9cee8a0ea877f3.tar gsoc2013-evolution-e3efaa319aabdfe6b3329fae1b9cee8a0ea877f3.tar.gz gsoc2013-evolution-e3efaa319aabdfe6b3329fae1b9cee8a0ea877f3.tar.bz2 gsoc2013-evolution-e3efaa319aabdfe6b3329fae1b9cee8a0ea877f3.tar.lz gsoc2013-evolution-e3efaa319aabdfe6b3329fae1b9cee8a0ea877f3.tar.xz gsoc2013-evolution-e3efaa319aabdfe6b3329fae1b9cee8a0ea877f3.tar.zst gsoc2013-evolution-e3efaa319aabdfe6b3329fae1b9cee8a0ea877f3.zip |
add proto
2001-05-11 JP Rosevear <jpr@ximian.com>
* mail-importer.h: add proto
* mail-importer.c (mail_importer_uninit): release and unref the
local storage
* mail-local.c (mail_local_store_finalize): use
bonobo_object_release_unref rather than doing Bonobo_Unknow_unref
and a corba release
(register_folder_registered): "sink" the local_store ref to
prevent circular ref
(mail_local_storage_shutdown): unref the local store
* mail-local.h: new proto
* component-factory.c (owner_unset_cb): uninit the importer and
shutdown the local storage
svn path=/trunk/; revision=9768
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d72cf5b544..a7d9d35c49 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,22 @@ +2001-05-11 JP Rosevear <jpr@ximian.com> + + * mail-importer.h: add proto + + * mail-importer.c (mail_importer_uninit): release and unref the + local storage + + * mail-local.c (mail_local_store_finalize): use + bonobo_object_release_unref rather than doing Bonobo_Unknow_unref + and a corba release + (register_folder_registered): "sink" the local_store ref to + prevent circular ref + (mail_local_storage_shutdown): unref the local store + + * mail-local.h: new proto + + * component-factory.c (owner_unset_cb): uninit the importer and + shutdown the local storage + 2001-05-11 Jeffrey Stedfast <fejj@ximian.com> * mail-local.c (mail_local_reconfigure_folder): Set a title on the |