summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-06-30 22:37:05 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-06-30 22:37:05 +0100
commit846b53485474211a24248c9b0d5cc4205104a772 (patch)
tree8700086c923f5df423735c68707059af31710fa6 /amiga/tree.c
parent01271f4061bbc8f8b26492a26e04bdbb8b9746c9 (diff)
downloadnetsurf-846b53485474211a24248c9b0d5cc4205104a772.tar.gz
netsurf-846b53485474211a24248c9b0d5cc4205104a772.tar.bz2
Recreate the entire menu when the hotlist window is closed.
This ensures the hotlist entries in the menu are in sync with reality, and mirrors the existing hotlist toolbar update.
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 04c799603..18b071de3 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -711,7 +711,7 @@ void ami_tree_close(struct treeview_window *twin)
ami_ssl_free(twin);
}
- ami_gui_hotlist_toolbar_update_all();
+ ami_gui_hotlist_update_all();
}
void ami_tree_update_quals(struct treeview_window *twin)