diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2013-09-16 18:36:54 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2013-09-16 18:36:54 -0300 |
commit | 5bc56051a92ed2355dbfa2b93e89774fd445e6d9 (patch) | |
tree | ef2d7861be619acf6a4c44672ab33b00e3bf082a /src/prefs.h | |
parent | b2be12828a20c54b325a4f31ca62959ea12f642b (diff) |
Made show_url dillorc option work again (BUG#1128)
Some apps that embed dillo or work in kiosk mode find good use for it.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index f0cfce48..bdb3aaee 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -81,6 +81,7 @@ typedef struct { bool_t show_tools; bool_t show_filemenu; bool_t show_clear_url; + bool_t show_url; bool_t show_search; bool_t show_help; bool_t show_progress_box; |