aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2010-03-21 07:12:01 +0800
committerFridrich Strba <fridrich.strba@bluewin.ch>2010-03-21 07:13:49 +0800
commit11cd3fda1a54523ffa450b90f7ac859198d49fbe (patch)
tree93425ceedd71435f243cf16ac452552979f0667b /shell
parent0b43cfad3226e96bcd84a64be1468083fed10aea (diff)
downloadgsoc2013-evolution-11cd3fda1a54523ffa450b90f7ac859198d49fbe.tar
gsoc2013-evolution-11cd3fda1a54523ffa450b90f7ac859198d49fbe.tar.gz
gsoc2013-evolution-11cd3fda1a54523ffa450b90f7ac859198d49fbe.tar.bz2
gsoc2013-evolution-11cd3fda1a54523ffa450b90f7ac859198d49fbe.tar.lz
gsoc2013-evolution-11cd3fda1a54523ffa450b90f7ac859198d49fbe.tar.xz
gsoc2013-evolution-11cd3fda1a54523ffa450b90f7ac859198d49fbe.tar.zst
gsoc2013-evolution-11cd3fda1a54523ffa450b90f7ac859198d49fbe.zip
[win32] Be consistent in disabling the lockdown options.
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-utils.c2
-rw-r--r--shell/e-shell-window-private.c2
2 files changed, 4 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
}
/**
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c
index c4389ab3bc..faccac8052 100644
--- a/shell/e-shell-window-private.c
+++ b/shell/e-shell-window-private.c
@@ -359,6 +359,7 @@ e_shell_window_private_constructed (EShellWindow *shell_window)
shell_window, "notify::active-view",
G_CALLBACK (e_shell_window_update_search_menu), NULL);
+#ifndef G_OS_WIN32
/* Support lockdown. */
action_group = ACTION_GROUP (LOCKDOWN_PRINTING);
@@ -378,6 +379,7 @@ e_shell_window_private_constructed (EShellWindow *shell_window)
e_binding_new_with_negation (
shell_settings, "disable-save-to-disk",
action_group, "visible");
+#endif
/* Bind GObject properties to GObject properties. */