mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Fix 1528364.
svn path=/trunk/netsurf/; revision=2916
This commit is contained in:
parent
4780e39836
commit
610a31dd97
@ -1449,7 +1449,7 @@ bool ro_gui_menu_handle_action(wimp_w owner, menu_action action,
|
||||
return false;
|
||||
data = urldb_get_url_data(c->url);
|
||||
if (data) {
|
||||
node = tree_create_URL_node(hotlist_tree->root, c->url, data, NULL);
|
||||
node = tree_create_URL_node(hotlist_tree->root, c->url, data, data->title);
|
||||
if (node) {
|
||||
tree_redraw_area(hotlist_tree,
|
||||
node->box.x - NODE_INSTEP, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user