From 77de9c13364ab754a5490156afe26e56882f728b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 3 Jan 2005 02:09:20 +0000 Subject: [project @ 2005-01-03 02:09:20 by jmb] Shift + Click == download svn path=/import/netsurf/; revision=1429 --- riscos/history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/history.c') diff --git a/riscos/history.c b/riscos/history.c index 7901ed3ae..ebd4e7def 100644 --- a/riscos/history.c +++ b/riscos/history.c @@ -675,7 +675,7 @@ void history_go(struct browser_window *bw, struct history_entry *entry) else url = entry->url; - browser_window_go_post(bw, url, 0, 0, false, 0); + browser_window_go_post(bw, url, 0, 0, false, 0, false); if (entry->frag_id) free(url); -- cgit v1.2.3