aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-05-20 01:13:42 +0800
committerChristian Persch <chpe@src.gnome.org>2007-05-20 01:13:42 +0800
commitac322ce9cd9c86ee3e400b1887b0fd26fc4ad386 (patch)
treee3e609e6e12b45b8b3fd3e98a1adbea08c825468 /data
parent661051d3901f5d2727aa0028da333dc541dec024 (diff)
downloadgsoc2013-epiphany-ac322ce9cd9c86ee3e400b1887b0fd26fc4ad386.tar
gsoc2013-epiphany-ac322ce9cd9c86ee3e400b1887b0fd26fc4ad386.tar.gz
gsoc2013-epiphany-ac322ce9cd9c86ee3e400b1887b0fd26fc4ad386.tar.bz2
gsoc2013-epiphany-ac322ce9cd9c86ee3e400b1887b0fd26fc4ad386.tar.lz
gsoc2013-epiphany-ac322ce9cd9c86ee3e400b1887b0fd26fc4ad386.tar.xz
gsoc2013-epiphany-ac322ce9cd9c86ee3e400b1887b0fd26fc4ad386.tar.zst
gsoc2013-epiphany-ac322ce9cd9c86ee3e400b1887b0fd26fc4ad386.zip
Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefs
2007-05-19 Christian Persch <chpe@gnome.org> * data/epiphany.schemas.in: * 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=7038
Diffstat (limited to 'data')
-rw-r--r--data/epiphany.schemas.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in
index 9c6e280ac..9bb03d33f 100644
--- a/data/epiphany.schemas.in
+++ b/data/epiphany.schemas.in
@@ -74,6 +74,16 @@
</locale>
</schema>
<schema>
+ <key>/schemas/apps/epiphany/web/smooth_scroll</key>
+ <applyto>/apps/epiphany/web/smooth_scroll</applyto>
+ <owner>epiphany</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Enable smooth scrolling</short>
+ </locale>
+ </schema>
+ <schema>
<key>/schemas/apps/epiphany/web/minimum_font_size</key>
<applyto>/apps/epiphany/web/minimum_font_size</applyto>
<owner>epiphany</owner>