explorer: make use of FileSystemBox::autoLoad
authorRejean Loyer <rejean.loyer@gmail.com>
Fri, 16 Sep 2011 12:16:18 +0000 (08:16 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Fri, 16 Sep 2011 12:16:18 +0000 (08:16 -0400)
explorer/src/ExplorerWindow.ec

index a235a05..a2968e9 100644 (file)
@@ -320,6 +320,7 @@ class ExplorerWindow : Window
 
       treeBranches = true;
       foldersOnly = true;
 
       treeBranches = true;
       foldersOnly = true;
+      autoLoad = false;
 
       bool NotifyNodeSelect(FileSystemBox box, FileSystemNode node)
       {
 
       bool NotifyNodeSelect(FileSystemBox box, FileSystemNode node)
       {
@@ -350,6 +351,7 @@ class ExplorerWindow : Window
       locationBox = addressBar;
       navigateFolders = true;
       multiSelect = true;
       locationBox = addressBar;
       navigateFolders = true;
       multiSelect = true;
+      autoLoad = false;
 
       bool NotifyNodeOpen(FileSystemBox box, FileSystemNode node)
       {
 
       bool NotifyNodeOpen(FileSystemBox box, FileSystemNode node)
       {