AbstractFileBrowser.st
changeset 4782 491c8090264c
parent 4781 08aacafe88ab
child 4785 5a3f7a0c3ff1
--- a/AbstractFileBrowser.st	Sat Apr 05 16:05:22 2003 +0200
+++ b/AbstractFileBrowser.st	Sat Apr 05 16:13:44 2003 +0200
@@ -2442,8 +2442,8 @@
 !
 
 updateAndSelect:aColOfFiles
-
     DirectoryContents flushCachedDirectoryFor:(self getBestDirectory).
+
     self applicationNamed:#DirectoryContentsBrowser do:[:appl | appl doUpdate].
     self applicationNamed:#DirectoryTreeBrowser     do:[:appl | appl doUpdate].
     
@@ -6109,5 +6109,5 @@
 !AbstractFileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.132 2003-04-05 14:05:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.133 2003-04-05 14:13:44 cg Exp $'
 ! !