From fd6740b4a8a27ea0a666c9e19ac600645935af44 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Wed, 29 Aug 2001 19:07:34 +0000 Subject: Toss in a call to mail_config_init () cause it might contribute to solving 2001-08-29 Peter Williams * component-factory.c (owner_set_cb): Toss in a call to mail_config_init () cause it might contribute to solving bug 4911, and it won't hurt. svn path=/trunk/; revision=12514 --- mail/component-factory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index f0ede8f01c..d828757ee3 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -633,7 +633,8 @@ owner_set_cb (EvolutionShellComponent *shell_component, evolution_dir = g_strdup (evolution_homedir); mail_session_init (); - + mail_config_init (); + storages_hash = g_hash_table_new (NULL, NULL); vfolder_create_storage (shell_component); -- cgit v1.2.3