From b112dec78d5e8289ded3f61db96e495690ae96b5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 14 Feb 2013 18:21:11 +0000 Subject: change browser_window_create and refactor all callsites --- desktop/history_core.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'desktop/history_core.c') diff --git a/desktop/history_core.c b/desktop/history_core.c index dda4bcaec..48627fa7a 100644 --- a/desktop/history_core.c +++ b/desktop/history_core.c @@ -461,7 +461,12 @@ void history_go(struct browser_window *bw, if (new_window) { current = history->current; history->current = entry; - browser_window_create(url, NULL, bw, false, false); + + browser_window_create(BROWSER_WINDOW_GO_FLAG_VERIFIABLE, + url, + NULL, + bw, + NULL); history->current = current; } else { history->current = entry; -- cgit v1.2.3