[squeak-dev] The Trunk: MonticelloConfigurations-fbs.111.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 23 15:27:28 UTC 2013


Frank Shearar uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-fbs.111.mcz

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

Name: MonticelloConfigurations-fbs.111
Author: fbs
Time: 23 April 2013, 4:27:08.159 pm
UUID: e7784b1e-10d5-4554-92b4-8cdf642c9999
Ancestors: MonticelloConfigurations-fbs.110

Committing too fast means sometimes you leave off other bits: another #ifNotNil:.

=============== Diff against MonticelloConfigurations-fbs.110 ===============

Item was changed:
  ----- Method: MCConfigurationBrowser>>installMenu (in category 'actions') -----
  installMenu
  	| action |
  	action := UIManager default
  		chooseFrom: #('load packages' 'merge packages' 'upgrade packages')
  		values: #(#load #merge #upgrade).
+ 	action ifNotNil: [self perform: action].!
- 	self halt.
- 	self perform: action.!



More information about the Squeak-dev mailing list