mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
Fix refresh of hotlist menu/toolbar when hotlist window is closed
This definitely used to work...!
This commit is contained in:
parent
6d474e74e6
commit
c659e11585
@ -904,7 +904,7 @@ void ami_tree_close(struct treeview_window *twin)
|
|||||||
ami_ssl_free(twin);
|
ami_ssl_free(twin);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(twin->type == AMI_TREE_SSLCERT)
|
if(twin->type == AMI_TREE_HOTLIST)
|
||||||
ami_gui_hotlist_update_all();
|
ami_gui_hotlist_update_all();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user