Fix refresh of hotlist menu/toolbar when hotlist window is closed

This definitely used to work...!
This commit is contained in:
Chris Young 2015-11-16 21:10:35 +00:00
parent 6d474e74e6
commit c659e11585

View File

@ -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();
}