From ac322ce9cd9c86ee3e400b1887b0fd26fc4ad386 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 19 May 2007 17:13:42 +0000 Subject: Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefs 2007-05-19 Christian Persch * 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 --- data/epiphany.schemas.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data') 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 @@ -73,6 +73,16 @@ + + /schemas/apps/epiphany/web/smooth_scroll + /apps/epiphany/web/smooth_scroll + epiphany + bool + false + + Enable smooth scrolling + + /schemas/apps/epiphany/web/minimum_font_size /apps/epiphany/web/minimum_font_size -- cgit