From 10291068a6526aefd6541399580b9bb5c819d838 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 17 Aug 2001 18:35:11 +0000 Subject: don't init the config here 2001-08-17 JP Rosevear * component-factory.c (owner_set_cb): don't init the config here * main.c (main): init the config here svn path=/trunk/; revision=12166 --- mail/component-factory.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index bfd9a8a304..3370d2277d 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -609,8 +609,6 @@ 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