From 846b53485474211a24248c9b0d5cc4205104a772 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 30 Jun 2014 22:37:05 +0100 Subject: 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. --- amiga/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/tree.c') 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) -- cgit v1.2.3