[Pkg] The Trunk: Tools-fbs.321.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 20 23:13:38 UTC 2011


Levente Uzonyi uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-fbs.321.mcz

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

Name: Tools-fbs.321
Author: fbs
Time: 17 March 2011, 5:53:27.922 pm
UUID: 2f7fbe60-ca33-e74e-85de-81618006f07d
Ancestors: Tools-fbs.320

This change is also dangerous, in the sense that it's not covered by a test.

=============== Diff against Tools-fbs.320 ===============

Item was changed:
  ----- Method: Browser>>reformulateList (in category 'message list') -----
  reformulateList
  	"If the receiver has a way of reformulating its message list, here is a chance for it to do so"
  	super reformulateList.
+ 	(self messageList includes: self selectedMessageName)
+ 		ifFalse: [ self selectMessageNamed: self messageList last ].!
- 	messageListIndex > self messageList size ifTrue: [ self messageListIndex: self messageList size ]!



More information about the Packages mailing list