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. --- amiga/context_menu.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'amiga/context_menu.c') diff --git a/amiga/context_menu.c b/amiga/context_menu.c index 0662a2c33..c7e438fd9 100644 --- a/amiga/context_menu.c +++ b/amiga/context_menu.c @@ -820,8 +820,7 @@ static uint32 ami_context_menu_hook(struct Hook *hook,Object *item,APTR reserved browser_window_navigate(gwin->bw, url, hlcache_handle_get_url(gwin->bw->current_content), - BW_NAVIGATE_DOWNLOAD | - BW_NAVIGATE_VERIFIABLE, + BW_NAVIGATE_DOWNLOAD, NULL, NULL, NULL); @@ -835,8 +834,7 @@ static uint32 ami_context_menu_hook(struct Hook *hook,Object *item,APTR reserved browser_window_navigate(gwin->bw, hlcache_handle_get_url(userdata), hlcache_handle_get_url(gwin->bw->current_content), - BW_NAVIGATE_HISTORY | - BW_NAVIGATE_VERIFIABLE, + BW_NAVIGATE_HISTORY, NULL, NULL, NULL); @@ -852,8 +850,7 @@ static uint32 ami_context_menu_hook(struct Hook *hook,Object *item,APTR reserved browser_window_navigate(gwin->bw, url, hlcache_handle_get_url(gwin->bw->current_content), - BW_NAVIGATE_HISTORY | - BW_NAVIGATE_VERIFIABLE, + BW_NAVIGATE_HISTORY, NULL, NULL, NULL); @@ -928,8 +925,7 @@ static uint32 ami_context_menu_hook(struct Hook *hook,Object *item,APTR reserved browser_window_navigate(gwin->bw, url, NULL, - BW_NAVIGATE_HISTORY | - BW_NAVIGATE_VERIFIABLE, + BW_NAVIGATE_HISTORY, NULL, NULL, NULL); @@ -999,8 +995,7 @@ static uint32 ami_context_menu_hook(struct Hook *hook,Object *item,APTR reserved browser_window_navigate(gwin->bw, url, NULL, - BW_NAVIGATE_HISTORY | - BW_NAVIGATE_VERIFIABLE, + BW_NAVIGATE_HISTORY, NULL, NULL, NULL); -- cgit v1.2.3