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.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 61ce8d7c02..b0a1490148 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -903,16 +903,6 @@ shell_class_init (EShellClass *class)
0, NULL, NULL,
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);
-
- /* Install some application-wide settings. */
-
- e_shell_settings_install_property (
- g_param_spec_string (
- "file-chooser-folder",
- NULL,
- NULL,
- NULL,
- G_PARAM_READWRITE));
}
static void
@@ -950,6 +940,10 @@ shell_init (EShell *shell)
* otherwise the GConf bindings will not get set up. */
e_shell_settings_install_property_for_key (
+ "file-chooser-folder",
+ "/apps/evolution/shell/file_chooser_folder");
+
+ e_shell_settings_install_property_for_key (
"start-offline",
"/apps/evolution/shell/start_offline");