The Trunk: Morphic-ul.381.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-ul.381.mcz

commits-2
Levente Uzonyi uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ul.381.mcz

==================== Summary ====================

Name: Morphic-ul.381
Author: ul
Time: 15 March 2010, 7:01:58.107 am
UUID: 391a8585-59f1-054b-93e8-367ce29058e8
Ancestors: Morphic-laza.380

- added a missing subclassResponsibility: MorphicProject >> #currentVocabulary

=============== Diff against Morphic-laza.380 ===============

Item was added:
+ ----- Method: MorphicProject>>currentVocabulary (in category 'protocols') -----
+ currentVocabulary
+
+ ^ActiveWorld currentVocabulary!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-ul.381.mcz

David T. Lewis
Oops, my mistake - thanks for the fix.

Dave

On Mon, Mar 15, 2010 at 06:14:46AM +0000, [hidden email] wrote:

> Levente Uzonyi uploaded a new version of Morphic to project The Trunk:
> http://source.squeak.org/trunk/Morphic-ul.381.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-ul.381
> Author: ul
> Time: 15 March 2010, 7:01:58.107 am
> UUID: 391a8585-59f1-054b-93e8-367ce29058e8
> Ancestors: Morphic-laza.380
>
> - added a missing subclassResponsibility: MorphicProject >> #currentVocabulary
>
> =============== Diff against Morphic-laza.380 ===============
>
> Item was added:
> + ----- Method: MorphicProject>>currentVocabulary (in category 'protocols') -----
> + currentVocabulary
> +
> + ^ActiveWorld currentVocabulary!
>