summaryrefslogtreecommitdiff
path: root/desktop/local_history.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 /desktop/local_history.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 'desktop/local_history.c')
-rw-r--r--desktop/local_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/local_history.c b/desktop/local_history.c
index 569fa44e4..687d4c754 100644
--- a/desktop/local_history.c
+++ b/desktop/local_history.c
@@ -463,7 +463,7 @@ void history_go(struct history *history, struct history_entry *entry,
} else {
history->current = entry;
browser_window_navigate(history->bw, url, NULL,
- BW_NAVIGATE_VERIFIABLE, NULL, NULL, NULL);
+ BW_NAVIGATE_NONE, NULL, NULL, NULL);
}
nsurl_unref(url);