[etoys-dev] Etoys: System-bf.5.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 2 14:05:39 EDT 2010


Bert Freudenberg uploaded a new version of System to project Etoys:
http://source.squeak.org/etoys/System-bf.5.mcz

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

Name: System-bf.5
Author: bf
Time: 2 May 2010, 8:05:10 pm
UUID: a9c2a003-537b-4aac-9a64-8e2afbd9b2b4
Ancestors: System-kfr.4

- protect against nil cache in InternalTranslator class>>availableLanguageLocaleIDs

=============== Diff against System-kfr.4 ===============

Item was changed:
  ----- Method: InternalTranslator classSide>>availableLanguageLocaleIDs (in category 'accessing') -----
  availableLanguageLocaleIDs
  	"Return locale ids for the internal translation dictionary."
  	"InternalTranslator availableLanguageLocaleIDs"
+ 	^ self cachedTranslations values collect:[:each | each localeID]!
- 	^ CachedTranslations values collect:[:each | each localeID]!



More information about the etoys-dev mailing list