From 8a1f639a670696e71daac8305ae0823668d29a14 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 30 Mar 2009 03:38:36 +0000 Subject: Saving progress again on the attachment rewrite. svn path=/branches/kill-bonobo/; revision=37482 --- shell/e-shell.c | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'shell') 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 -- cgit v1.2.3