diff options
author | Christian Persch <chpe@gnome.org> | 2007-05-20 01:12:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-05-20 01:12:45 +0800 |
commit | 661051d3901f5d2727aa0028da333dc541dec024 (patch) | |
tree | b86c38024f9a3aaa53ad279f89f100b411a5f421 /embed/ephy-embed-prefs.h | |
parent | 6b6326339b313a8bb468e7fc868dd1f008308d80 (diff) | |
download | gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.gz gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.zst gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.zip |
Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefs
2007-05-19 Christian Persch <chpe@gnome.org>
* embed/ephy-embed-prefs.h:
* embed/mozilla/mozilla-notifiers.cpp:
Add pref for smooth scroll, bug #162489.
Use GSlice to allocate the prefs notifier data.
Check the pref type.
svn path=/trunk/; revision=7037
Diffstat (limited to 'embed/ephy-embed-prefs.h')
-rw-r--r-- | embed/ephy-embed-prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h index caf6db01b..fce0ed04d 100644 --- a/embed/ephy-embed-prefs.h +++ b/embed/ephy-embed-prefs.h @@ -16,6 +16,7 @@ #define CONF_BROWSE_WITH_CARET "/apps/epiphany/web/browse_with_caret" #define CONF_IMAGE_ANIMATION_MODE "/apps/epiphany/web/image_animation" #define CONF_IMAGE_LOADING_MODE "/apps/epiphany/web/image_loading" +#define CONF_DISPLAY_SMOOTHSCROLL "/apps/epiphany/web/smooth_scroll" /* These are defined gnome wide now */ #define CONF_NETWORK_PROXY_MODE "/system/proxy/mode" |