diff options
author | JP Rosevear <jpr@ximian.com> | 2001-08-18 02:35:11 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-08-18 02:35:11 +0800 |
commit | 10291068a6526aefd6541399580b9bb5c819d838 (patch) | |
tree | e611b2ce8ea9392c0c2b35a5bb256985b1138361 /mail/component-factory.c | |
parent | 88a9573572927f7d4a515ff130997bb9bdb16cfc (diff) | |
download | gsoc2013-evolution-10291068a6526aefd6541399580b9bb5c819d838.tar.gz gsoc2013-evolution-10291068a6526aefd6541399580b9bb5c819d838.tar.zst gsoc2013-evolution-10291068a6526aefd6541399580b9bb5c819d838.zip |
don't init the config here
2001-08-17 JP Rosevear <jpr@ximian.com>
* component-factory.c (owner_set_cb): don't init the config here
* main.c (main): init the config here
svn path=/trunk/; revision=12166
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |