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 committed by SantiagoBragagnolo
parent c75254ff26
commit 9a33592587
1 changed files with 2 additions and 1 deletions

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.