tests:libede: added missing navigateFolders option
authorRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 08:03:47 +0000 (04:03 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 22:55:30 +0000 (18:55 -0400)
tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec

index a922c36..8b0716a 100644 (file)
@@ -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 };
    };
 }