[evolution/wip/webkit2] EWebView - Turn the WebKitSettings respect-image-orientation option on



commit 0b7536c65dd525021a708c5d37e594072f29f725
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Sep 16 15:35:47 2014 +0200

    EWebView - Turn the WebKitSettings respect-image-orientation option on

 e-util/e-web-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index 781278b..4e7117a 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -3480,6 +3480,7 @@ e_web_view_get_default_webkit_settings (void)
                "enable-private-browsing", TRUE,
                "enable-smooth-scrolling", TRUE,
                "media-playback-allows-inline", FALSE,
+               "respect-image-orientation", TRUE,
                NULL);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]