From 5c7b5476f0739e5f62071800830b7600a64a3dd5 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 7 May 2019 21:45:40 +0100 Subject: Make gui_window private to gui.c TODO: ratonalise these accessors --- frontends/amiga/history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/history.c') diff --git a/frontends/amiga/history.c b/frontends/amiga/history.c index e724f3e70..1b75ad4a5 100644 --- a/frontends/amiga/history.c +++ b/frontends/amiga/history.c @@ -203,7 +203,7 @@ ami_history_global_drag_end(struct ami_corewindow *ami_cw, int x, int y) DisplayBeep(scrn); } else if(url) { if((gwin = ami_window_at_pointer(AMINS_WINDOW))) { - browser_window_navigate(gwin->gw->bw, + browser_window_navigate(ami_gui_get_browser_window(gwin->gw), url, NULL, BW_NAVIGATE_HISTORY, -- cgit v1.2.3