From: Jose Dapena Paz Date: Tue, 5 Feb 2008 12:57:03 +0000 (+0000) Subject: * src/modest-tny-account-store.c: X-Git-Tag: git_migration_finished~1715 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=6b152aef20b7865c001c4a2bbcc0d1f97fc56b6d * src/modest-tny-account-store.c: * Shutdown camel on finishing account store. This is done to store the certdb on disk. pmo-trunk-r4137 --- diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index ac77bfc..5e9bb8d 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -853,6 +853,8 @@ modest_tny_account_store_finalize (GObject *obj) camel_object_unref (CAMEL_OBJECT(priv->session)); priv->session = NULL; } + + camel_shutdown (); G_OBJECT_CLASS(parent_class)->finalize (obj); }