summaryrefslogtreecommitdiff
path: root/desktop/cookies.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/cookies.c')
-rw-r--r--desktop/cookies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/cookies.c b/desktop/cookies.c
index 86c30556a..71e9c0134 100644
--- a/desktop/cookies.c
+++ b/desktop/cookies.c
@@ -388,7 +388,7 @@ bool cookies_initialise(struct tree *tree, const char* folder_icon_name, const c
user_delete = false;
urldb_iterate_cookies(cookies_schedule_update);
tree_set_node_expanded(cookies_tree, cookies_tree_root,
- true, true, true);
+ false, true, true);
return true;
}