diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-20 01:39:13 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-20 01:39:13 +0200 |
commit | adedaa2e468e55ddf26223cb92a7d36a1a75d933 (patch) | |
tree | 9761489a71346cf0020eef8da6135f08b9cc5ec9 /src/rekonq.kcfg | |
parent | Applied (and refactored) patch from Matgic78 about smart opening (diff) | |
download | rekonq-adedaa2e468e55ddf26223cb92a7d36a1a75d933.tar.xz |
Fixing homepage (user's not rekonq's) opening and behaviour
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 1a190fff..354e3719 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -25,7 +25,7 @@ <!-- General Settings --> <group name="General"> - <entry name="useNewTabPage" type="Bool"> + <entry name="newTabHomePage" type="Bool"> <default>true</default> </entry> <entry name="newTabsBehaviour" type="Int"> |