diff options
author | 8 <NotZed@Ximian.com> | 2001-09-29 08:00:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-29 08:00:33 +0800 |
commit | 4caf4a1d4e30c9bd171350ce3672f25a2a176c1e (patch) | |
tree | 81cedc0f7e9fb6a4cb9d0737338517bf85aafd84 /mail/component-factory.c | |
parent | 4b14db5520cf99cb30d39e14c2bb38071d4cad2d (diff) | |
download | gsoc2013-evolution-4caf4a1d4e30c9bd171350ce3672f25a2a176c1e.tar.gz gsoc2013-evolution-4caf4a1d4e30c9bd171350ce3672f25a2a176c1e.tar.zst gsoc2013-evolution-4caf4a1d4e30c9bd171350ce3672f25a2a176c1e.zip |
Setup vfolder storage before all others.
2001-09-28 <NotZed@Ximian.com>
* component-factory.c (owner_set_cb): Setup vfolder storage before
all others.
svn path=/trunk/; revision=13243
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 6fb72410af..4bb72ff0ed 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -668,8 +668,6 @@ owner_set_cb (EvolutionShellComponent *shell_component, storages_hash = g_hash_table_new (NULL, NULL); - /*vfolder_create_storage (shell_component);*/ - corba_shell = bonobo_object_corba_objref (BONOBO_OBJECT (shell_client)); vfolder_load_storage(corba_shell); |