From: Rejean Loyer Date: Thu, 15 Sep 2011 00:29:49 +0000 (-0400) Subject: explorer: fixed going to location via command line. e.g.: explorer /home X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=commitdiff_plain;h=451d1bda08823a67e5477ea933eff88cd485bc19 explorer: fixed going to location via command line. e.g.: explorer /home --- diff --git a/explorer/src/Explorer.ec b/explorer/src/Explorer.ec index 6d3de34..f1f2958 100644 --- a/explorer/src/Explorer.ec +++ b/explorer/src/Explorer.ec @@ -63,7 +63,7 @@ class Explorer : GuiApplication { ExplorerWindow explorerWnd { }; explorerWnd.Create(); - //explorerWnd.GoToLocation(goPath); + explorerWnd.view.path = goPath; } else if(searchPath) {