summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-02-10 22:40:04 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-02-10 22:40:04 +0000
commit49bed056dd016ed74a7ed5cc988e9bdf17738c7f (patch)
tree513f8ae515511f1f62211356d15e615c053459aa /amiga/context_menu.c
parent76b5378996c681ad1311e57a4c7c49dd465e634b (diff)
downloadnetsurf-49bed056dd016ed74a7ed5cc988e9bdf17738c7f.tar.gz
netsurf-49bed056dd016ed74a7ed5cc988e9bdf17738c7f.tar.bz2
Make browser_window_navigate (un)verifiable flag match browser_window_create.
Diffstat (limited to 'amiga/context_menu.c')
-rw-r--r--amiga/context_menu.c15
1 files changed, 5 insertions, 10 deletions
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);