explorer: fixed going to location via command line. e.g.: explorer /home
authorRejean Loyer <rejean.loyer@gmail.com>
Thu, 15 Sep 2011 00:29:49 +0000 (20:29 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Thu, 15 Sep 2011 00:29:49 +0000 (20:29 -0400)
explorer/src/Explorer.ec

index 6d3de34..f1f2958 100644 (file)
@@ -63,7 +63,7 @@ class Explorer : GuiApplication
       {
          ExplorerWindow explorerWnd { };
          explorerWnd.Create();
       {
          ExplorerWindow explorerWnd { };
          explorerWnd.Create();
-         //explorerWnd.GoToLocation(goPath);
+         explorerWnd.view.path = goPath;
       }
       else if(searchPath)
       {
       }
       else if(searchPath)
       {