[squeak-dev] The Inbox: Tools-fbs.321.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 17 22:37:46 UTC 2011


A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/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 Squeak-dev mailing list