diff options
author | portix <none@none> | 2012-08-27 01:34:40 +0200 |
---|---|---|
committer | portix <none@none> | 2012-08-27 01:34:40 +0200 |
commit | 7fbea9b18e8f644a17cb2f5faefaeb7695002f4e (patch) | |
tree | 50227b5ed233f640c22af6e9eeea9eca18076c75 /util | |
parent | a0e0914ddb22554a8bf14ef7141dbc497e820be7 (diff) | |
download | dwb-7fbea9b18e8f644a17cb2f5faefaeb7695002f4e.zip |
Removing & from sync-files options
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 49c4450c..f89709d3 100644 --- a/util/settings.pre +++ b/util/settings.pre @@ -151,7 +151,7 @@ history-length text Length of the browsing history navigation-history-max Length of the navigation history print-backgrounds checkbox Whether background images should be printed scheme-handler Application or script that handles uris with schemes that cannot be handled by dwb -sync-files select @all @cookies @history @session @cookies_&_history @cookies_&_session @history_&_session Files to sync, see also file-sync-interval +sync-files select @all @cookies @history @session @cookies_history @cookies_session @history_session Files to sync, see also file-sync-interval tab-key-cycles-through-elements checkbox Tab cycles through elements in insert mode update-search-delay text Delay before updating search results in milliseconds searchengine-submit-pattern text The pattern which will be replaced with the search terms |