aboutsummaryrefslogtreecommitdiff
path: root/src/menu.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-02-08 14:02:56 -0300
committercorvid <corvid@lavabit.com>2009-02-08 14:02:56 -0300
commit4e417d3988cff4143da06f438fcd39cb228ed1f9 (patch)
treedb15fc7be182ecd004909797aae4a431812cae68 /src/menu.hh
parent175197dc885e13446fcc8662fd58a58dc46ad9d3 (diff)
Switched load images on/off feature to the Tools menu
Diffstat (limited to 'src/menu.hh')
-rw-r--r--src/menu.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.hh b/src/menu.hh
index 90b9d50b..d0246c2e 100644
--- a/src/menu.hh
+++ b/src/menu.hh
@@ -8,7 +8,7 @@ extern "C" {
#endif /* __cplusplus */
void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url,
- bool_t has_bugs, bool_t unloaded_imgs);
+ bool_t has_bugs);
void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url);
void a_Menu_image_popup(BrowserWindow *bw, const DilloUrl *url,
bool_t loaded_img, DilloUrl *link_url);