diff -r 1f0e278ce283 -r d579f684aa7e FileSelectionList.st --- a/FileSelectionList.st Sun May 26 13:36:58 1996 +0200 +++ b/FileSelectionList.st Sun May 26 15:22:17 1996 +0200 @@ -806,12 +806,12 @@ ] ifTrue:[ self directory:newDir. entry = '..' ifTrue:[ - self selectElement:oldDir + self setSelectElement:oldDir ]. ]. "Created: 4.3.1996 / 17:45:18 / cg" - "Modified: 25.5.1996 / 13:02:53 / cg" + "Modified: 26.5.1996 / 15:03:21 / cg" ! selectionIsDirectory @@ -957,5 +957,5 @@ !FileSelectionList class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.31 1996-05-25 12:23:18 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.32 1996-05-26 13:21:58 cg Exp $' ! !