Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.15.mcz==================== Summary ====================
Name: 51Deprecated-mt.15
Author: mt
Time: 13 January 2016, 8:54:42.47168 am
UUID: aecd870e-2eac-481d-84d8-0fbfc9569526
Ancestors: 51Deprecated-eem.14
Deprecates old way to set balloon background color. We have a preference-based way now.
=============== Diff against 51Deprecated-eem.14 ===============
Item was added:
+ ----- Method: BalloonMorph class>>setBalloonColorTo: (in category '*51Deprecated') -----
+ setBalloonColorTo: aColor
+
+ self deprecated: 'Use #balloonColor: instead.'.
+ self balloonColor: aColor.!