Don't expand the oldest global history entries by default.
svn path=/trunk/netsurf/; revision=10902
This commit is contained in:
parent
b734c12fd6
commit
c4ebfa24d8
|
@ -299,11 +299,6 @@ bool history_global_initialise(struct tree *tree)
|
|||
global_history_initialised = false;
|
||||
tree_set_node_expanded(global_history_tree, global_history_tree_root,
|
||||
false, true, true);
|
||||
first = tree_node_get_child(global_history_tree_root);
|
||||
if (first != NULL)
|
||||
tree_set_node_expanded(global_history_tree, first,
|
||||
true, false, false);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue