*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 24 Sep 2001 10:10:39 +0200
changeset 3185 438e22824ee8
parent 3184 5f5e9153f496
child 3186 62a34b02c90f
*** empty log message ***
FileBrowser.st
--- a/FileBrowser.st	Mon Sep 24 10:06:27 2001 +0200
+++ b/FileBrowser.st	Mon Sep 24 10:10:39 2001 +0200
@@ -4277,10 +4277,10 @@
             idx > 1 and:[ (contents at:idx-1) = $\ ]
         ].
     ].
-    idx == 0 ifTrue:[
-        commandView flash.
-        ^ nil.
-    ].
+"/    idx == 0 ifTrue:[
+"/        commandView flash.
+"/        ^ nil.
+"/    ].
 
     lastWord := contents copyFrom:idx + 1.
     OperatingSystem isUNIXlike ifTrue:[
@@ -7338,5 +7338,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.417 2001-09-18 08:23:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.418 2001-09-24 08:10:39 cg Exp $'
 ! !