The Trunk: Nebraska-tfel.47.mcz

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

The Trunk: Nebraska-tfel.47.mcz

commits-2
Tim Felgentreff uploaded a new version of Nebraska to project The Trunk:
http://source.squeak.org/trunk/Nebraska-tfel.47.mcz

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

Name: Nebraska-tfel.47
Author: tfel
Time: 31 August 2016, 11:50:24.726793 am
UUID: a1098db7-626c-db4e-91a1-8966f1e3b9bb
Ancestors: Nebraska-tfel.46

workaround. at least the PartsBin should work

=============== Diff against Nebraska-tfel.46 ===============

Item was changed:
  ----- Method: NebraskaFridgeMorph>>groupToggleButton (in category 'as yet unclassified') -----
  groupToggleButton
+ self flag: #todo.
-
  ^(self inAColumn: {
  (ThreePhaseButtonMorph checkBox)
  target: self;
  actionSelector: #toggleChoice:;
  arguments: {'group'};
+ "getSelector: #getChoice:;"
- getSelector: #getChoice:;
  setBalloonText: 'Changes between group mode and individuals' translated;
  step
  }) hResizing: #shrinkWrap
  !