summaryrefslogtreecommitdiff
path: root/src/uicmd.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-08 17:02:16 +0200
committerjcid <devnull@localhost>2008-09-08 17:02:16 +0200
commit5205356fef9cf35d3ed759c9f6960ebd34d772f9 (patch)
tree74f7f63c95fc682bb8b787a9d047d7b20b2d9f6b /src/uicmd.hh
parent9d0c154884a9b10c2e45f269be0bb686da1c98c9 (diff)
- Fixed the "Load Images" menu item in the page popup.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r--src/uicmd.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh
index 91c14390..b469beef 100644
--- a/src/uicmd.hh
+++ b/src/uicmd.hh
@@ -32,7 +32,7 @@ void a_UIcmd_findtext_dialog(BrowserWindow *bw);
void a_UIcmd_findtext_search(BrowserWindow *bw, const char *key, int case_sens);
void a_UIcmd_findtext_reset(BrowserWindow *bw);
void a_UIcmd_page_popup(void *vbw, const DilloUrl *url,
- const char *bugs_txt, int prefs_load_images);
+ const char *bugs_txt, bool_t unloaded_imgs);
void a_UIcmd_link_popup(void *vbw, const DilloUrl *url);
void a_UIcmd_image_popup(void *vbw, const DilloUrl *url, DilloUrl *link_url);
void a_UIcmd_copy_urlstr(BrowserWindow *bw, const char *urlstr);