summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-11-16 21:10:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-11-16 21:10:35 +0000
commitc659e115854b60960ddf62117977cbbbbd45d3ef (patch)
tree9a1eee3510662f150d2e050cbb57cbe0ecd915b3 /amiga/tree.c
parent6d474e74e6a967563ea1b85f4d8576ebc41153f1 (diff)
downloadnetsurf-c659e115854b60960ddf62117977cbbbbd45d3ef.tar.gz
netsurf-c659e115854b60960ddf62117977cbbbbd45d3ef.tar.bz2
Fix refresh of hotlist menu/toolbar when hotlist window is closed
This definitely used to work...!
Diffstat (limited to 'amiga/tree.c')
-rw-r--r--amiga/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 6f363e753..e4f7eb32f 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -904,7 +904,7 @@ void ami_tree_close(struct treeview_window *twin)
ami_ssl_free(twin);
}
- if(twin->type == AMI_TREE_SSLCERT)
+ if(twin->type == AMI_TREE_HOTLIST)
ami_gui_hotlist_update_all();
}