summaryrefslogtreecommitdiff
path: root/src/rekonq.kcfg
diff options
context:
space:
mode:
authorJonathan Thomas <echidnaman@kubuntu.org>2010-05-26 12:42:25 -0400
committerJonathan Thomas <echidnaman@kubuntu.org>2010-05-26 12:42:25 -0400
commit0b735b9d5d5329c649818a6ba131755ef5c64c07 (patch)
treeb29a90531314a78bacea0db720f3a7e4e4164c9d /src/rekonq.kcfg
parentMerge branch 'master' of gitorious.org:rekonq/mainline (diff)
downloadrekonq-0b735b9d5d5329c649818a6ba131755ef5c64c07.tar.xz
Change the autoscroll checkbox to control whether or not the auto scroll feature is enabled,
rather than wether or not it is disabled. This solves a HIG issue, since checkboxes are always supposed to enable an option when checked, rather than to disable an option when checked: http://techbase.kde.org/Projects/Usability/HIG/Check_Box
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r--src/rekonq.kcfg4
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>