diff options
author | portix <none@none> | 2012-07-28 13:29:49 +0200 |
---|---|---|
committer | portix <none@none> | 2012-07-28 13:29:49 +0200 |
commit | 3376ea121031cff2a85272e66bfeedcf556d4ff1 (patch) | |
tree | fbdcdb2a139fd5d7cfc534ef2102c7da4a6e5a53 /util | |
parent | cb1bca721906b8b8137023ede6103bb530230f91 (diff) | |
download | dwb-3376ea121031cff2a85272e66bfeedcf556d4ff1.zip |
Removing option 'close-last-tab', introducing 'close-last-tab-policy' instead; closing #206
Diffstat (limited to 'util')
-rw-r--r-- | util/settings.pre | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/settings.pre b/util/settings.pre index 74b7df45..60e4b1f2 100644 --- a/util/settings.pre +++ b/util/settings.pre @@ -122,7 +122,7 @@ complete-userscripts checkbox Whether to enable tabcompletion for userscripts # misc Miscellaneous auto-insert-mode checkbox Whether to automatically go in insert mode if an editable element has focus after loading cache-model select @webbrowser @documentviewer The cache-model used by webkit -close-last-tab checkbox Whether to close the window if the last tab is closed +close-last-tab-policy select @ignore @clear @close Behaviour when the last tab is closed custom-encoding text The custom encoding of the view download-external-command text External application used for downloads download-directory text Default download directory |