From 49bed056dd016ed74a7ed5cc988e9bdf17738c7f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 10 Feb 2014 22:40:04 +0000 Subject: Make browser_window_navigate (un)verifiable flag match browser_window_create. --- render/html_interaction.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'render/html_interaction.c') diff --git a/render/html_interaction.c b/render/html_interaction.c index 55eed76c6..a2baf2d39 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -823,8 +823,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw, browser_window_navigate(bw, url, content_get_url(c), - BW_NAVIGATE_DOWNLOAD | - BW_NAVIGATE_VERIFIABLE, + BW_NAVIGATE_DOWNLOAD, NULL, NULL, NULL); @@ -1003,8 +1002,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw, browser_window_navigate(browser_window_find_target(bw, target, mouse), url, content_get_url(c), - BW_NAVIGATE_HISTORY | - BW_NAVIGATE_VERIFIABLE, + BW_NAVIGATE_HISTORY, NULL, NULL, NULL); -- cgit v1.2.3