From 28f974f00f43d3a04c0bcae32e7cfc85ee66df20 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 25 Oct 2003 14:13:49 +0000 Subject: [project @ 2003-10-25 14:13:49 by bursa] URL encoded POST support. svn path=/import/netsurf/; revision=375 --- riscos/mouseactions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/mouseactions.c') diff --git a/riscos/mouseactions.c b/riscos/mouseactions.c index 265465b5b..6c0bd6289 100644 --- a/riscos/mouseactions.c +++ b/riscos/mouseactions.c @@ -56,7 +56,7 @@ void ro_gui_mouse_action(gui_window *g) { case mouseaction_RELOAD: browser_window_open_location_historical(g->data.browser.bw, - g->data.browser.bw->url); + g->data.browser.bw->url, 0, 0); break; } } -- cgit v1.2.3