diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-04-10 04:09:46 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-04-10 04:09:46 +0800 |
commit | b360395495a273356355959c1067c00abf18e2d4 (patch) | |
tree | 8316320e8e3c2078fafa9ced6a503197b5e6d6cd /shell/e-shell-utils.c | |
parent | 5b5ac7a174676bf665b627b25d25ae9a9de689f4 (diff) | |
parent | a16f08974d6955f843dddce3b9423c5349873488 (diff) | |
download | gsoc2013-evolution-b360395495a273356355959c1067c00abf18e2d4.tar.gz gsoc2013-evolution-b360395495a273356355959c1067c00abf18e2d4.tar.zst gsoc2013-evolution-b360395495a273356355959c1067c00abf18e2d4.zip |
Merge branch 'express2' into express2-reduced-preferences
Diffstat (limited to 'shell/e-shell-utils.c')
-rw-r--r-- | shell/e-shell-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-utils.c b/shell/e-shell-utils.c index 81380d4d0a..12283b185c 100644 --- a/shell/e-shell-utils.c +++ b/shell/e-shell-utils.c @@ -76,6 +76,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"); @@ -83,6 +84,7 @@ e_shell_configure_web_view (EShell *shell, e_binding_new ( shell_settings, "disable-save-to-disk", web_view, "disable-save-to-disk"); +#endif } /** |