Updates from the Data Week workshop 1.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2015-06-27 19:46:09 +00:00
parent ebe30ee52a
commit b66dfca988

View File

@ -950,7 +950,8 @@ GrafoscopioBrowser >> openFromFileSelector [
self buildBrowserNamed: workingFile basenameWithIndicator.
recentTrees isNil
ifTrue:[recentTrees := OrderedCollection new].
recentTrees detect: workingFile ifFound: [recentTrees add: workingFile].
"recentTrees detect: workingFile ifFound: [recentTrees add: workingFile]."
recentTrees add: workingFile.
mainTree := GrafoscopioNode new
header: 'Arbol principal';
level: 0.