diff options
author | jcid <devnull@localhost> | 2007-11-11 14:04:20 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-11 14:04:20 +0100 |
commit | 942374b59eaf0988eac789e9ae415bf2beb9cbdc (patch) | |
tree | eb43c1ebefcafdb9ef57200ee1820bf56c8b2df0 /src/prefs.h | |
parent | 7d40462d35d3bf825a0ee142cb9e83f52a59e3fc (diff) |
Added a save-directory preference (save_dir in dillorc2).
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 92d69a1f..49d3f3f0 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -41,6 +41,7 @@ typedef enum { DRC_TOKEN_PANEL_SIZE, DRC_TOKEN_PROXY, DRC_TOKEN_PROXYUSER, + DRC_TOKEN_SAVE_DIR, DRC_TOKEN_SEARCH_URL, DRC_TOKEN_SHOW_BACK, DRC_TOKEN_SHOW_BOOKMARKS, @@ -115,6 +116,7 @@ struct _DilloPrefs { bool_t generate_submit; bool_t enterpress_forces_submit; char *search_url; + char *save_dir; bool_t show_msg; bool_t show_extra_warnings; }; |