[squeak-dev] The Trunk: System-mha.167.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Nov 15 12:58:23 UTC 2009


Michael Haupt uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mha.167.mcz

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

Name: System-mha.167
Author: mha
Time: 15 November 2009, 1:58:09 am
UUID: 1b8c84fa-b87c-46df-aa6f-0b21013cbf59
Ancestors: System-dtl.166

convenience: in case the "update" button dies somehow, a new one can be created easily by doing this:

Utilities openUpdateButton

... which will create the button and open it in the hand

=============== Diff against System-dtl.166 ===============

Item was added:
+ ----- Method: Utilities class>>openUpdateButton (in category 'user interface') -----
+ openUpdateButton
+ 	PluggableButtonMorph new
+ 		label: 'Load Code Updates';
+ 		model: Utilities;
+ 		action: #updateFromServer;
+ 		openInHand!




More information about the Squeak-dev mailing list