# HG changeset patch # User Claus Gittinger # Date 1475677612 -7200 # Node ID 9336d232a12732723cdac31d475d53c10f0a56a8 # Parent 463e46f35100669e09f8ee043d128ac52f936a6f #DOCUMENTATION by cg class: Tools::NavigationState changed: #codeAspect: diff -r 463e46f35100 -r 9336d232a127 Tools__NavigationState.st --- a/Tools__NavigationState.st Wed Oct 05 16:26:38 2016 +0200 +++ b/Tools__NavigationState.st Wed Oct 05 16:26:52 2016 +0200 @@ -196,7 +196,7 @@ (codeView notNil and:[codeView isCodeView2]) ifTrue:[ | xlatedCodeAspect | - xlatedCodeAspect := CodeAspectTranslations at: aSymbolOrNil ifAbsent: aSymbolOrNil. + xlatedCodeAspect := CodeAspectTranslations at: aSymbolOrNil ifAbsent:[aSymbolOrNil]. codeView codeAspect: xlatedCodeAspect ].