diff -r 0eb344c2fe3a -r 5c6ec0d1c89b TabListEditor.st --- a/TabListEditor.st Sat Jan 21 04:02:41 2017 +0100 +++ b/TabListEditor.st Sat Jan 21 04:03:32 2017 +0100 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1997 by eXept Software AG All Rights Reserved @@ -1561,10 +1559,8 @@ " |cls code| - (specClass notNil and:[specSelector notNil]) - ifFalse: - [ - ^self information:'No class and selector defined!!' + (specClass notNil and:[specSelector notNil]) ifFalse:[ + ^ self information:'No class and selector defined!!' ]. cls := self resolveName: specClass.