mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 09:12:44 +03:00
Replace some over-zealous deletion
This commit is contained in:
parent
70dd445d5b
commit
f7c2971be3
@ -3134,6 +3134,8 @@ static bool ami_gui_hotlist_add(void *userdata, int level, int item, const char
|
||||
if(item > AMI_GUI_TOOLBAR_MAX) return false;
|
||||
if(is_folder == true) return false;
|
||||
|
||||
tb_userdata->gw->hotlist_toolbar_lab[item] = ami_utf8_easy(title);
|
||||
|
||||
speed_button_node = AllocSpeedButtonNode(item,
|
||||
SBNA_Text, tb_userdata->gw->hotlist_toolbar_lab[item],
|
||||
SBNA_UserData, (void *)url,
|
||||
|
Loading…
Reference in New Issue
Block a user