aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-config.c')
-rw-r--r--shell/e-shell-config.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/shell/e-shell-config.c b/shell/e-shell-config.c
index 94fadeb5e8..19928c1db6 100644
--- a/shell/e-shell-config.c
+++ b/shell/e-shell-config.c
@@ -56,10 +56,9 @@ e_shell_config_factory_register (EShell *shell)
g_return_val_if_fail (E_IS_SHELL (shell), FALSE);
- factory = bonobo_generic_factory_new_multi (
- E_SHELL_CONFIG_FACTORY_OAFIID,
- config_control_factory_cb,
- shell);
+ factory = bonobo_generic_factory_new (E_SHELL_CONFIG_FACTORY_OAFIID,
+ config_control_factory_cb,
+ shell);
if (factory == NULL) {
g_warning ("Cannot register factory %s", E_SHELL_CONFIG_FACTORY_OAFIID);