bunch of changes, unfortunate lack of commits
[ede] / explorer / src / Explorer.ec
index da5dce5..8bfeaa8 100644 (file)
@@ -63,7 +63,7 @@ class Explorer : GuiApplication
       {
          ExplorerWindow explorerWnd { };
          explorerWnd.Create();
       {
          ExplorerWindow explorerWnd { };
          explorerWnd.Create();
-         explorerWnd.view.path = goPath;
+         explorerWnd.GoTo(goPath, false, false);
       }
       else if(searchPath)
       {
       }
       else if(searchPath)
       {