diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-05 01:04:28 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-05 01:04:28 +0100 |
commit | fba2312780dd712fff036c3926320d1ceba2adbc (patch) | |
tree | 1a52e85218380b4df4b76e2b18d216d381ff8962 /src/rekonq.kcfg | |
parent | Fix choice between history & bookmarks in the new tab first page. (diff) | |
download | rekonq-fba2312780dd712fff036c3926320d1ceba2adbc.tar.xz |
Fixing recover on crash
hackish fix :(
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 0675720c..f68dc7e8 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -25,6 +25,9 @@ <entry name="walletBlackList" type="StringList"> <default></default> </entry> + <entry name="recoverOnCrash" type="bool"> + <default>false</default> + </entry> </group> <!-- New Tab Page Settings --> |