aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-utils.c
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2010-03-21 07:12:01 +0800
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-04-08 05:49:18 +0800
commit3dfd9aa7c4b24f8971382dcc5278714956066ff8 (patch)
tree5de9c4c39898f1edc9e2ef7372e43039e49119eb /shell/e-shell-utils.c
parentf07352c5b344cb7f254a41695909622a759efe86 (diff)
downloadgsoc2013-evolution-3dfd9aa7c4b24f8971382dcc5278714956066ff8.tar
gsoc2013-evolution-3dfd9aa7c4b24f8971382dcc5278714956066ff8.tar.gz
gsoc2013-evolution-3dfd9aa7c4b24f8971382dcc5278714956066ff8.tar.bz2
gsoc2013-evolution-3dfd9aa7c4b24f8971382dcc5278714956066ff8.tar.lz
gsoc2013-evolution-3dfd9aa7c4b24f8971382dcc5278714956066ff8.tar.xz
gsoc2013-evolution-3dfd9aa7c4b24f8971382dcc5278714956066ff8.tar.zst
gsoc2013-evolution-3dfd9aa7c4b24f8971382dcc5278714956066ff8.zip
[win32] Be consistent in disabling the lockdown options.
Diffstat (limited to 'shell/e-shell-utils.c')
-rw-r--r--shell/e-shell-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-utils.c b/shell/e-shell-utils.c
index a584289d20..c7b296931c 100644
--- a/shell/e-shell-utils.c
+++ b/shell/e-shell-utils.c
@@ -70,6 +70,7 @@ e_shell_configure_web_view (EShell *shell,
shell_settings = e_shell_get_shell_settings (shell);
+#ifndef G_OS_WIN32
e_binding_new (
shell_settings, "disable-printing",
web_view, "disable-printing");
@@ -77,6 +78,7 @@ e_shell_configure_web_view (EShell *shell,
e_binding_new (
shell_settings, "disable-save-to-disk",
web_view, "disable-save-to-disk");
+#endif
}
/**