[squeak-dev] The Trunk: Tools-laza.205.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Mar 9 15:03:00 UTC 2010


Alexander Lazarević uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-laza.205.mcz

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

Name: Tools-laza.205
Author: laza
Time: 9 March 2010, 4:02:33.049 pm
UUID: a6445331-ad0d-4ecc-847d-6e6e9191232c
Ancestors: Tools-cmm.204

A fix for http://bugs.squeak.org/view.php?id=7464

=============== Diff against Tools-cmm.204 ===============

Item was changed:
  ----- Method: Browser>>indicateClassMessages (in category 'metaclass') -----
  indicateClassMessages
  	"Indicate that the message selection should come from the metaclass 
  	messages."
  
+ 	self okToChange ifTrue: [
+ 		self metaClassIndicated: true]!
- 	self metaClassIndicated: true!

Item was changed:
  ----- Method: Browser>>indicateInstanceMessages (in category 'metaclass') -----
  indicateInstanceMessages
  	"Indicate that the message selection should come from the class (instance) 
  	messages."
  
+ 	self okToChange ifTrue: [
+ 		self metaClassIndicated: false]!
- 	self metaClassIndicated: false!




More information about the Squeak-dev mailing list