From c4ebfa24d8c40f5f33681ea37f3d5b3eeee3591e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 24 Oct 2010 16:24:37 +0000 Subject: Don't expand the oldest global history entries by default. svn path=/trunk/netsurf/; revision=10902 --- desktop/history_global_core.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/desktop/history_global_core.c b/desktop/history_global_core.c index b8cd9a5b0..680e75447 100644 --- a/desktop/history_global_core.c +++ b/desktop/history_global_core.c @@ -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; } -- cgit v1.2.3