aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.cc
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.cc
parent9d0c154884a9b10c2e45f269be0bb686da1c98c9 (diff)
- Fixed the "Load Images" menu item in the page popup.
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r--src/uicmd.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc
index d1761fca..93f49adf 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -456,9 +456,9 @@ void a_UIcmd_add_bookmark(BrowserWindow *bw, const DilloUrl *url)
* Popup the page menu
*/
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)
{
- a_Menu_page_popup((BrowserWindow*)vbw, url, bugs_txt, prefs_load_images);
+ a_Menu_page_popup((BrowserWindow*)vbw, url, bugs_txt, unloaded_imgs);
}
/*