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/ChangeLog | 6 ++++++ mail/component-factory.c | 2 -- mail/main.c | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 3d66b5770d..206a45d89b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-08-17 JP Rosevear + + * component-factory.c (owner_set_cb): don't init the config here + + * main.c (main): init the config here + 2001-08-17 JP Rosevear * mail-config-druid.c: remove dead structure 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); diff --git a/mail/main.c b/mail/main.c index 35cd26faca..41a9482167 100644 --- a/mail/main.c +++ b/mail/main.c @@ -125,6 +125,7 @@ main (int argc, char *argv []) e_cursors_init (); + mail_config_init (); mail_msg_init (); component_factory_init (); -- cgit v1.2.3