On Jul 29, 2010, at 8:49 PM, Mariano Martinez Peck wrote:
> Hi. If you try to load Shout, you will have the error: 'styler is already defined in PluggableTextMorph'
>
> The problem is that the Shut class PluggableShoutMorph subclass PluggableTextMorph.
> PluggableShoutMorph has its own instVar 'styler' which PluggableTextMorph doesn't have in Pharo 1.1
>
> But in Pharo 1.2 (I don't know why) PluggableTextMorph has its own instVar 'styler'....thus, the problem.
>
> Of course, if I remove the instVar 'styler' from PluggableShoutMorph it shoud load...but I am not sure if this is the correct action.
>
> Thanks for the help in advance
>
> Mariano