[squeak-dev] The Trunk: Morphic-dtl.367.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 28 15:18:43 UTC 2010


David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-dtl.367.mcz

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

Name: Morphic-dtl.367
Author: dtl
Time: 28 February 2010, 10:16:42.524 am
UUID: 70083330-b964-424f-a392-6a4c43c79235
Ancestors: Morphic-dtl.366

Move MorphicProject>>currentVocabulary from package Protocols to Morphic to address MVC reloadability issue

=============== Diff against Morphic-dtl.366 ===============

Item was added:
+ ----- Method: MorphicProject>>currentVocabulary (in category 'protocols') -----
+ currentVocabulary
+ 	"Answer the currently-prevailing default vocabulary."
+ 
+ 	^ ActiveWorld currentVocabulary
+ !




More information about the Squeak-dev mailing list