explorer: fixed trying to access all drives list root tree
authorRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 07:53:58 +0000 (03:53 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 22:55:30 +0000 (18:55 -0400)
explorer/src/ExplorerWindow.ec

index ad9314d..40fa4a4 100644 (file)
@@ -252,8 +252,8 @@ class ExplorerWindow : Window
       panels, this;
    };*/
 
-   /*Tree*/FileSystemBox tree
-   {
+   /*Tree*/FileSystemBox tree;
+   /*{
       panels, this;
       size = { w = 240 };
       anchor.top = 0;
@@ -263,7 +263,7 @@ class ExplorerWindow : Window
       foldersOnly = true;
       borderStyle = none;
       visible = false;
-   };
+   };*/
 
    FileSystemBox view
    {