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
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to