From 7897a98a4c7475e116f406ab173139c959d6dfb6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 25 Feb 2004 15:12:58 +0000 Subject: [project @ 2004-02-25 15:12:57 by bursa] Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566 --- riscos/mouseactions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/mouseactions.c') diff --git a/riscos/mouseactions.c b/riscos/mouseactions.c index 2fa00d946..6b9d2c483 100644 --- a/riscos/mouseactions.c +++ b/riscos/mouseactions.c @@ -56,12 +56,12 @@ void ro_gui_mouse_action(gui_window *g) { break; case mouseaction_RELOAD: - browser_window_open_location_historical(g->data.browser.bw, +/* browser_window_open_location_historical(g->data.browser.bw, g->data.browser.bw->url #ifdef WITH_POST , 0, 0 #endif - ); + );*/ break; default: break; -- cgit v1.2.3