diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/component-factory.c | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c336296d2e..2918dc12f7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-08-29 Peter Williams <peterw@ximian.com> + + * 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. + 2001-08-28 Peter Williams <peterw@ximian.com> * component-factory.c (owner_unset_cb): Disable interaction once 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); |