From 6867726326c88ce6538d0b0b81fce32d91596210 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 15 Feb 2014 18:59:54 +0000 Subject: More build fixing. --- amiga/history_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/history_local.c') diff --git a/amiga/history_local.c b/amiga/history_local.c index 56d701d78..1f710b2e0 100755 --- a/amiga/history_local.c +++ b/amiga/history_local.c @@ -297,7 +297,7 @@ void ami_history_update_extent(struct history_window *hw) struct IBox *bbox; int width, height; - history_size(hw->bw->history, &width, &height); + browser_window_history_size(hw->bw, &width, &height); GetAttr(SPACE_AreaBox,hw->objects[GID_BROWSER],(ULONG *)&bbox); RefreshSetGadgetAttrs((APTR)hw->objects[OID_VSCROLL],hw->win,NULL, -- cgit v1.2.3