aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-05-14 08:05:39 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-05-14 08:05:39 +0800
commit4e878bc6d47a427ec06032b5180245dd619678ae (patch)
tree86e3c8332666e6ec54a12e5441d87e5223db4041 /mail/component-factory.c
parent2b5dce7f8e47bb7b0db817c528c28460e7ef05ec (diff)
downloadgsoc2013-evolution-4e878bc6d47a427ec06032b5180245dd619678ae.tar
gsoc2013-evolution-4e878bc6d47a427ec06032b5180245dd619678ae.tar.gz
gsoc2013-evolution-4e878bc6d47a427ec06032b5180245dd619678ae.tar.bz2
gsoc2013-evolution-4e878bc6d47a427ec06032b5180245dd619678ae.tar.lz
gsoc2013-evolution-4e878bc6d47a427ec06032b5180245dd619678ae.tar.xz
gsoc2013-evolution-4e878bc6d47a427ec06032b5180245dd619678ae.tar.zst
gsoc2013-evolution-4e878bc6d47a427ec06032b5180245dd619678ae.zip
Get rid of this - we don't need it.
2001-05-13 Jeffrey Stedfast <fejj@ximian.com> * mail-local.c (mail_local_storage_shutdown): Get rid of this - we don't need it. * component-factory.c (owner_unset_cb): Don't unref the LocalStore - we don't own a ref on it!! svn path=/trunk/; revision=9787
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 9a3e657ca0..0935247e7d 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -266,7 +266,6 @@ 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);
}