FileSelectionList.st
changeset 2817 7c82a9535b96
parent 2634 278d196cbaa4
child 2832 23ad57a4ad76
--- a/FileSelectionList.st	Tue Oct 07 22:59:06 2003 +0200
+++ b/FileSelectionList.st	Wed Oct 08 17:34:10 2003 +0200
@@ -724,7 +724,7 @@
 
 doubleClicked
     self selectionIsDirectory ifTrue:[
-        stayInDirectory not ifTrue:[
+        stayInDirectory ifFalse:[
             quickDirectoryChange ifFalse:[
                 directoryChangeAction notNil ifTrue:[
                     directoryChangeAction value:self selection
@@ -1083,5 +1083,5 @@
 !FileSelectionList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.49 2002-10-14 15:30:30 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.50 2003-10-08 15:34:10 cg Exp $'
 ! !