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.c20
1 files changed, 19 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 5de46bcc65..49292c0c35 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -801,7 +801,17 @@ shell_class_init (EShellClass *class)
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);
- /* Install some desktop-wide settings. */
+ /* Install some application-wide settings. */
+
+ e_shell_settings_install_property (
+ g_param_spec_int (
+ "attachment-view",
+ NULL,
+ NULL,
+ 0,
+ 1,
+ 0,
+ G_PARAM_READWRITE));
e_shell_settings_install_property (
g_param_spec_boolean (
@@ -842,6 +852,14 @@ shell_class_init (EShellClass *class)
NULL,
FALSE,
G_PARAM_READWRITE));
+
+ e_shell_settings_install_property (
+ g_param_spec_string (
+ "file-chooser-folder",
+ NULL,
+ NULL,
+ NULL,
+ G_PARAM_READWRITE));
}
static void