aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-reader.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 /mail/e-mail-reader.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 'mail/e-mail-reader.c')
-rw-r--r--mail/e-mail-reader.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index ad60195b58..d238d500a9 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -2159,8 +2159,12 @@ mail_reader_update_actions (EMailReader *reader)
shell = e_shell_backend_get_shell (shell_backend);
shell_settings = e_shell_get_shell_settings (shell);
+#ifndef G_OS_WIN32
disable_printing = e_shell_settings_get_boolean (
shell_settings, "disable-printing");
+#else
+ disable_printing = FALSE;
+#endif
have_an_account =
(state & E_MAIL_READER_HAVE_ACCOUNT);