diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2013-03-17 23:22:34 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2013-03-19 00:33:36 +0800 |
commit | fca6216c67cea8ac074c6af912526066aa6dd098 (patch) | |
tree | 0e7c0f058edf49b4e20de920b0647fa8d561352d /embed/ephy-embed.c | |
parent | d54c82c4f07888c6aa7f7aa104e0e253ec770b86 (diff) | |
download | gsoc2013-epiphany-fca6216c67cea8ac074c6af912526066aa6dd098.tar gsoc2013-epiphany-fca6216c67cea8ac074c6af912526066aa6dd098.tar.gz gsoc2013-epiphany-fca6216c67cea8ac074c6af912526066aa6dd098.tar.bz2 gsoc2013-epiphany-fca6216c67cea8ac074c6af912526066aa6dd098.tar.lz gsoc2013-epiphany-fca6216c67cea8ac074c6af912526066aa6dd098.tar.xz gsoc2013-epiphany-fca6216c67cea8ac074c6af912526066aa6dd098.tar.zst gsoc2013-epiphany-fca6216c67cea8ac074c6af912526066aa6dd098.zip |
embed: Use a custom WebKitWebViewGroup for all ephy web views
Create all ephy web views with the global group that shares all the
global settings.
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 470d4d045..c9b8bf4bd 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -1109,7 +1109,9 @@ ephy_embed_constructed (GObject *object) NULL); #endif +#ifndef HAVE_WEBKIT2 ephy_embed_prefs_add_embed (embed); +#endif } static void |