diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-10-09 00:13:03 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-10-09 15:48:32 +0800 |
commit | 0a18bf3d03cd78172dbcd87cb8755aeb395edce7 (patch) | |
tree | a2efb040f07a9799b8a288bac17f174e9f75ba52 | |
parent | 37103656fb3382e6bd47fa18b10224edbd73182f (diff) | |
download | gsoc2013-epiphany-0a18bf3d03cd78172dbcd87cb8755aeb395edce7.tar gsoc2013-epiphany-0a18bf3d03cd78172dbcd87cb8755aeb395edce7.tar.gz gsoc2013-epiphany-0a18bf3d03cd78172dbcd87cb8755aeb395edce7.tar.bz2 gsoc2013-epiphany-0a18bf3d03cd78172dbcd87cb8755aeb395edce7.tar.lz gsoc2013-epiphany-0a18bf3d03cd78172dbcd87cb8755aeb395edce7.tar.xz gsoc2013-epiphany-0a18bf3d03cd78172dbcd87cb8755aeb395edce7.tar.zst gsoc2013-epiphany-0a18bf3d03cd78172dbcd87cb8755aeb395edce7.zip |
ephy-embed-prefs: Honor smooth scrolling setting
https://bugzilla.gnome.org/show_bug.cgi?id=679048
-rw-r--r-- | embed/ephy-embed-prefs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c index 10f508487..efcf20cc4 100644 --- a/embed/ephy-embed-prefs.c +++ b/embed/ephy-embed-prefs.c @@ -746,6 +746,10 @@ ephy_embed_prefs_init (void) EPHY_PREFS_WEB_ENABLE_WEBAUDIO, webkit_settings, "enable-webaudio", G_SETTINGS_BIND_GET); + g_settings_bind (EPHY_SETTINGS_MAIN, + EPHY_PREFS_ENABLE_SMOOTH_SCROLLING, + webkit_settings, "enable-smooth-scrolling", + G_SETTINGS_BIND_GET); } void |