diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-27 02:45:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-27 02:45:14 +0200 |
commit | 1b57f66170ef7f32116120ddb1ac2e2749075778 (patch) | |
tree | 19ad7a7ea7acf1274d3418395d4e0653b4121334 /src/rekonq.kcfg | |
parent | Merge commit 'refs/merge-requests/2283' of git://gitorious.org/rekonq/mainlin... (diff) | |
parent | Change the autoscroll checkbox to control whether or not the auto scroll feat... (diff) | |
download | rekonq-1b57f66170ef7f32116120ddb1ac2e2749075778.tar.xz |
Merge commit 'refs/merge-requests/2284' of git://gitorious.org/rekonq/mainline into m2284
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 07c079a5..5800121b 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -69,8 +69,8 @@ <entry name="searchEngine" type="Int"> <default>0</default> </entry> - <entry name="disableAutoScroll" type="Bool"> - <default>false</default> + <entry name="autoScroll" type="Bool"> + <default>true</default> </entry> </group> |