The Trunk: Multilingual-topa.203.mcz

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

The Trunk: Multilingual-topa.203.mcz

commits-2
Tobias Pape uploaded a new version of Multilingual to project The Trunk:
http://source.squeak.org/trunk/Multilingual-topa.203.mcz

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

Name: Multilingual-topa.203
Author: topa
Time: 7 April 2015, 3:08:53.179 pm
UUID: 5ba4e9e8-5227-4e90-bab5-373808a32e1c
Ancestors: Multilingual-topa.202

Restore an old expected behavior without introducing a dependency

=============== Diff against Multilingual-topa.202 ===============

Item was changed:
  ----- Method: LanguageEnvironment class>>startUp (in category 'class initialization') -----
  startUp
  self clearDefault.
+ self environment at: #HandMorph ifPresent: [:hm| hm startUp].
+ self environment at: #Clipboard ifPresent: [:cp| cp startUp].
  !