[squeak-dev] The Inbox: Monticello-bf.383.mcz

Bert Freudenberg bert at freudenbergs.de
Fri Mar 19 15:12:05 UTC 2010


On 19.03.2010, at 15:09, commits at source.squeak.org wrote:
> 
> A new version of Monticello was added to project The Inbox:
> http://source.squeak.org/inbox/Monticello-bf.383.mcz
> 
> ==================== Summary ====================
> 
> Name: Monticello-bf.383
> Author: bf
> Time: 19 March 2010, 12:39:11.39 pm
> UUID: b8b811d1-75e5-4aed-ab4c-04b250e3e773
> Ancestors: Monticello-ar.382
> 
> When clicking in MC's package list, the selected package would scroll to the top, annoyingly. Fixed.
> 
> =============== Diff against Monticello-ar.382 ===============
> 
> Item was changed:
>  ----- Method: MCWorkingCopyBrowser>>workingCopy: (in category 'morphic ui') -----
>  workingCopy: wc
>  	workingCopy := wc.
> + 	self changed: #workingCopySelection; changed: #repositoryList.
> - 	self changed: #workingCopyList; changed: #workingCopySelection; changed: #repositoryList.
>  	self changedButtons.
>  !
> 
> 



... now that's more like it. Okay, from now on we should get useful notifications about inbox commits.

- Bert -





More information about the Squeak-dev mailing list