From 3d7cd77982d79ff798a92ebe7f3c0b2a52042cdf Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 8 Feb 2014 22:43:54 +0000 Subject: Simplify local history interface. --- amiga/context_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/context_menu.c') diff --git a/amiga/context_menu.c b/amiga/context_menu.c index c0c47ac6b..a1ce624e5 100644 --- a/amiga/context_menu.c +++ b/amiga/context_menu.c @@ -916,7 +916,7 @@ static uint32 ami_context_menu_hook(struct Hook *hook,Object *item,APTR reserved } else { - history_go(gwin->bw, gwin->bw->history, + history_go(gwin->bw->history, (struct history_entry *)userdata, false); } break; -- cgit v1.2.3