Tools__NavigationState.st
changeset 16896 9336d232a127
parent 16568 591a21c10e45
child 16939 4b950460cad2
child 17133 f9f20407fbf9
--- 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
     ].