FileDialog.st
changeset 17380 630972b313c3
parent 17316 5413216c3f0a
child 17410 f1a075944d7b
--- a/FileDialog.st	Thu Feb 09 18:23:18 2017 +0100
+++ b/FileDialog.st	Fri Feb 10 19:21:21 2017 +0100
@@ -2142,8 +2142,11 @@
 !
 
 newDirectory
+    "forward to the treebrowser component, which already has this functionality"
+    
+    ^ treeBrowser newDirectory
 
-    ^ treeBrowser newDirectory
+    "Modified (comment): / 04-02-2017 / 14:41:43 / cg"
 !
 
 okPressed