diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-23 11:03:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-23 11:03:44 +0200 |
commit | 19cc936f19c708e3adb07b1d201600cf027bfb6b (patch) | |
tree | f5196daa35d4e6e8f825cf60ae86c85602b88cde /src/rekonq.kcfg | |
parent | Removed some menu related actions (cloned in the context menus) (diff) | |
download | rekonq-19cc936f19c708e3adb07b1d201600cf027bfb6b.tar.xz |
Applied Lindsay's patch about opening Home Page in new tabs
and changed a bit General UI
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index ec2b9a3b..d9ccd3e0 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -23,6 +23,9 @@ <entry name="openTabsBack" type="Bool"> <default>false</default> </entry> + <entry name="newTabsOpenHomePage" type="Bool"> + <default>false</default> + </entry> <entry name="showUrlsPopup" type="Bool"> <default>true</default> </entry> |