From f9b68416186ac927767700a403abc64589b1777f Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Wed, 14 Sep 2011 04:03:47 -0400 Subject: [PATCH 1/1] tests:libede: added missing navigateFolders option --- tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec b/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec index a922c36..8b0716a 100644 --- a/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec +++ b/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec @@ -129,9 +129,10 @@ class FilteredTree : TestTab FileSystemBox box { this; - anchor = { left = 4, top = 4, right = 4, bottom = 4 }; extensions = "txt, text, nfo, info"; treeBranches = true; + navigateFolders = true; + anchor = { left = 4, top = 4, right = 4, bottom = 4 }; }; } -- 1.8.3.1