mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
disable dynamic hotlist menu update
menuclass doesn't appear to be working as advertised
This commit is contained in:
parent
9e814fd0f0
commit
d843f78c20
@ -3327,7 +3327,7 @@ void ami_gui_hotlist_update_all(void)
|
|||||||
|
|
||||||
if(IsMinListEmpty(window_list)) return;
|
if(IsMinListEmpty(window_list)) return;
|
||||||
|
|
||||||
ami_gui_menu_refresh_hotlist();
|
//ami_gui_menu_refresh_hotlist(); /**\todo disabled as menuclass isn't updating correctly */
|
||||||
|
|
||||||
node = (struct nsObject *)GetHead((struct List *)window_list);
|
node = (struct nsObject *)GetHead((struct List *)window_list);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user