diff options
Diffstat (limited to 'my-evolution/component-factory.c')
-rw-r--r-- | my-evolution/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index 7e033f8dce..2b4af1afb2 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -102,7 +102,7 @@ owner_set_cb (EvolutionShellComponent *shell_component, corba_shell = bonobo_object_corba_objref (BONOBO_OBJECT (shell_client)); e_summary_folder_init_folder_store (corba_shell); - e_summary_preferences_register_config_control_factory (); + e_summary_preferences_register_config_control_factory (corba_shell); } static void |