From 2bd587add5912c02db71746e83eda47b66fb80af Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 26 Jul 2013 14:48:26 +0100 Subject: Make the parasitic hack of the old tree code more robust. Now if the temp_treeview_test option is set, the global history and cookie manager will be replaced with their respective new implementations. --- desktop/cookies_old.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/cookies_old.c') diff --git a/desktop/cookies_old.c b/desktop/cookies_old.c index 864fef65d..0aaf61f80 100644 --- a/desktop/cookies_old.c +++ b/desktop/cookies_old.c @@ -392,7 +392,7 @@ bool cookies_initialise(struct tree *tree, const char* folder_icon_name, const c */ unsigned int cookies_get_tree_flags(void) { - return TREE_DELETE_EMPTY_DIRS; + return TREE_DELETE_EMPTY_DIRS | TREE_COOKIES; } -- cgit v1.2.3