summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-29 14:45:47 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-29 14:45:47 +0000
commita5d569ae3ea457d0e08d207188c5b7ef3a0e0284 (patch)
tree7fd2d5097070fb7340ac77fbd34ed1a0cf866982 /amiga/history_local.c
parent5e033b5133e2e97b49d0d1a4efe61251816fc52e (diff)
downloadnetsurf-a5d569ae3ea457d0e08d207188c5b7ef3a0e0284.tar.gz
netsurf-a5d569ae3ea457d0e08d207188c5b7ef3a0e0284.tar.bz2
Use correct history window structure
svn path=/trunk/netsurf/; revision=9498
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/history_local.c b/amiga/history_local.c
index eea7bad81..5454ace62 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -217,7 +217,7 @@ bool ami_history_click(struct history_window *hw,uint16 code)
void ami_history_close(struct history_window *hw)
{
- ami_free_layers(&hwindow->gg);
+ ami_free_layers(&hw->gg);
hw->bw->window->hw = NULL;
DisposeObject(hw->objects[OID_MAIN]);
DelObject(hw->node);