[self-interest] small fixes (was: Snapshot binary compatibility ?)

Harald Gliebe harald at gliebe.de
Tue Jul 2 20:14:25 UTC 2002


Jecel Assumpcao wrote:
... 
>   (browse childrenOf: traits labelMorph) do: [ | :m. v |
>       v: m reflectee.
>       (v morphTypeName == 'labelMorph') && "skip clockMorphs and such"
>       [(v label lastIfAbsent: '.') = '\n'] ifTrue: [
>          v label: v label copyWithoutLast
>       ]
> ]
Thanks, that was easier than I expected. 

Harald




More information about the Self-interest mailing list