summaryrefslogtreecommitdiff
path: root/monkey
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 /monkey
parent76b5378996c681ad1311e57a4c7c49dd465e634b (diff)
downloadnetsurf-49bed056dd016ed74a7ed5cc988e9bdf17738c7f.tar.gz
netsurf-49bed056dd016ed74a7ed5cc988e9bdf17738c7f.tar.bz2
Make browser_window_navigate (un)verifiable flag match browser_window_create.
Diffstat (limited to 'monkey')
-rw-r--r--monkey/browser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/monkey/browser.c b/monkey/browser.c
index 489554305..e61d6deb3 100644
--- a/monkey/browser.c
+++ b/monkey/browser.c
@@ -409,8 +409,7 @@ monkey_window_handle_go(int argc, char **argv)
browser_window_navigate(gw->bw,
url,
ref_url,
- BW_NAVIGATE_HISTORY |
- BW_NAVIGATE_VERIFIABLE,
+ BW_NAVIGATE_HISTORY,
NULL,
NULL,
NULL);