aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 958b1e049d..71516af329 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1641,7 +1641,7 @@ save_settings_for_component (EShell *shell,
return TRUE;
}
- prefix = g_strconcat ("/apps/Evolution/Shell/Components/", id, NULL);
+ prefix = g_strconcat ("/apps/evolution/shell/components/", id, NULL);
GNOME_Evolution_Session_saveConfiguration (session_interface, prefix, &ev);
if (ev._major == CORBA_NO_EXCEPTION)