diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-18 19:28:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-18 19:28:32 +0200 |
commit | cb1bbf87674c292b9b2f9e445101e93147ca4943 (patch) | |
tree | a9a055b532be73193a7687613191e3ef2b7aa91a /src/rekonq.kcfg | |
parent | Open links in new tab located near currently active tab (diff) | |
parent | Really fixed 2 commits ago options.. :) (diff) | |
download | rekonq-cb1bbf87674c292b9b2f9e445101e93147ca4943.tar.xz |
Merge branch 'HomePageEmbedded2'
Seems fixed now. WE HAVE HOME PAGE!!
Conflicts:
src/mainview.cpp
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 04115ac8..3de675f8 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -9,6 +9,20 @@ <kcfgfile name="rekonqrc" /> +<!-- New Tab Page Settings --> + <group name="NewTabPage"> + <entry name="previewNames" type="StringList"> + <default>KDE site,Google,rekonq</default> + </entry> + <entry name="previewUrls" type="StringList"> + <default>http://www.kde.org,http://www.google.com,http://rekonq.sourceforge.net</default> + </entry> + <entry name="showLastVisitedSites" type="Bool"> + <default>true</default> + </entry> + </group> + + <!-- General Settings --> <group name="General"> <entry name="useNewTabPage" type="Bool"> |