aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/e-shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 8dbf8a5f84..00c1e4a7a7 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1108,6 +1108,7 @@ shell_init (EShell *shell)
"start-offline",
"/apps/evolution/shell/start_offline");
+#ifndef G_OS_WIN32
e_shell_settings_install_property_for_key (
"disable-application-handlers",
"/desktop/gnome/lockdown/disable_application_handlers");
@@ -1127,6 +1128,7 @@ shell_init (EShell *shell)
e_shell_settings_install_property_for_key (
"disable-save-to-disk",
"/desktop/gnome/lockdown/disable_save_to_disk");
+#endif /* G_OS_WIN32 */
/*** Session Management ***/