[Pkg] The Trunk: Tools-eem.778.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 14 18:57:16 UTC 2017


Eliot Miranda uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-eem.778.mcz

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

Name: Tools-eem.778
Author: eem
Time: 14 December 2017, 10:57:02.931453 am
UUID: 264951e6-2942-46c1-a692-e2f6d2007199
Ancestors: Tools-tpr.777

Avoid an MNU in the debugger when no context is selected and one tries to do a doit in the bottom-right-hand (context) inspector.

=============== Diff against Tools-tpr.777 ===============

Item was changed:
  ----- Method: ContextVariablesInspector>>doItReceiver (in category 'code') -----
  doItReceiver
  
+ 	^object ifNotNil: [object receiver]!
- 	^object receiver!



More information about the Packages mailing list