diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-21 07:12:01 +0800 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-08 05:49:18 +0800 |
commit | 3dfd9aa7c4b24f8971382dcc5278714956066ff8 (patch) | |
tree | 5de9c4c39898f1edc9e2ef7372e43039e49119eb /widgets | |
parent | f07352c5b344cb7f254a41695909622a759efe86 (diff) | |
download | gsoc2013-evolution-3dfd9aa7c4b24f8971382dcc5278714956066ff8.tar.gz gsoc2013-evolution-3dfd9aa7c4b24f8971382dcc5278714956066ff8.tar.zst gsoc2013-evolution-3dfd9aa7c4b24f8971382dcc5278714956066ff8.zip |
[win32] Be consistent in disabling the lockdown options.
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-web-view.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c index ce41c32d4c..e9fc71d7ca 100644 --- a/widgets/misc/e-web-view.c +++ b/widgets/misc/e-web-view.c @@ -1063,6 +1063,7 @@ web_view_class_init (EWebViewClass *class) PROP_COPY_TARGET_LIST, "copy-target-list"); +#ifndef G_OS_WIN32 g_object_class_install_property ( object_class, PROP_DISABLE_PRINTING, @@ -1082,6 +1083,7 @@ web_view_class_init (EWebViewClass *class) NULL, FALSE, G_PARAM_READWRITE)); +#endif g_object_class_install_property ( object_class, |