From e3efaa319aabdfe6b3329fae1b9cee8a0ea877f3 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 11 May 2001 19:57:15 +0000 Subject: add proto 2001-05-11 JP Rosevear * 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 --- mail/component-factory.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 26796201a1..9a3e657ca0 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -265,6 +265,8 @@ static void owner_unset_cb (EvolutionShellComponent *shell_component, gpointer user_data) { unref_standard_folders (); + mail_importer_uninit (); + mail_local_storage_shutdown (); g_idle_add_full (G_PRIORITY_LOW, idle_quit, NULL, NULL); } -- cgit v1.2.3