diff options
author | jcid <devnull@localhost> | 2007-10-29 15:51:30 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-10-29 15:51:30 +0100 |
commit | 2fca0769dca44c7d105fbb3b8d23369be5f7a600 (patch) | |
tree | 8f6e77a8539f706a5f081acea95ef4fd88460ac8 /src/prefs.h | |
parent | 4c6e82430a895d577d3767ef12fccff27922ac25 (diff) |
- Hooked "Activate" to the form_receiver.
- Connected the plain page context menu.
- Added code for the image menu (not hooked yet though).
- Added a image-loading toggle button to the UI (not functional yet).
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 79f06bc1..92d69a1f 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -36,6 +36,7 @@ typedef enum { DRC_TOKEN_HOME, DRC_TOKEN_LIMIT_TEXT_WIDTH, DRC_TOKEN_LINK_COLOR, + DRC_TOKEN_LOAD_IMAGES, DRC_TOKEN_NOPROXY, DRC_TOKEN_PANEL_SIZE, DRC_TOKEN_PROXY, @@ -107,6 +108,7 @@ struct _DilloPrefs { bool_t show_search; bool_t show_progress_box; bool_t fullwindow_start; + bool_t load_images; bool_t transient_dialogs; char *vw_fontname; char *fw_fontname; |