summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/context_menu.c')
-rw-r--r--amiga/context_menu.c2
1 files changed, 1 insertions, 1 deletions
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;