From c7f77b0165254152498a13749f8c3572b56efb00 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 22 Apr 2006 18:24:18 +0000 Subject: Finish history cloning. svn path=/trunk/netsurf/; revision=2547 --- riscos/url_complete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/url_complete.c') diff --git a/riscos/url_complete.c b/riscos/url_complete.c index 1a179f21e..47ebf906d 100644 --- a/riscos/url_complete.c +++ b/riscos/url_complete.c @@ -704,7 +704,7 @@ bool ro_gui_url_complete_click(wimp_pointer *pointer) browser_window_go(g->bw, url_complete_matches[ url_complete_matches_selection], - 0); + 0, true); global_history_add_recent(url_complete_matches[ url_complete_matches_selection]); ro_gui_url_complete_close(NULL, 0); -- cgit v1.2.3