summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-06-10 22:21:46 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-06-10 22:21:46 +0100
commit6511e9f9e0346eb5dc5dfc512b456446d56e2b8c (patch)
tree890afed60814a5cc99f220cad7b15679740a5380 /frontends/amiga/gui.c
parent653ccb78a9d819d21dc8d3e6d57d724215f50605 (diff)
downloadnetsurf-6511e9f9e0346eb5dc5dfc512b456446d56e2b8c.tar.gz
netsurf-6511e9f9e0346eb5dc5dfc512b456446d56e2b8c.tar.bz2
Migrate Amiga local history to corewindow
Diffstat (limited to 'frontends/amiga/gui.c')
-rw-r--r--frontends/amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 31687589d..2d5a27cb5 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -4596,7 +4596,7 @@ static void gui_window_destroy(struct gui_window *g)
if(g->hw)
{
- ami_history_close(g->hw);
+ ami_history_local_destroy(g->hw);
win_destroyed = true;
}