diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-21 07:12:01 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-21 07:13:49 +0800 |
commit | 11cd3fda1a54523ffa450b90f7ac859198d49fbe (patch) | |
tree | 93425ceedd71435f243cf16ac452552979f0667b /widgets | |
parent | 0b43cfad3226e96bcd84a64be1468083fed10aea (diff) | |
download | gsoc2013-evolution-11cd3fda1a54523ffa450b90f7ac859198d49fbe.tar.gz gsoc2013-evolution-11cd3fda1a54523ffa450b90f7ac859198d49fbe.tar.zst gsoc2013-evolution-11cd3fda1a54523ffa450b90f7ac859198d49fbe.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, |