[Pkg] Installer: Installer-Core-mtf.213.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Jul 23 19:12:02 UTC 2008


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-mtf.213.mcz

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

Name: Installer-Core-mtf.213
Author: mtf
Time: 23 July 2008, 12:10:23 pm
UUID: 9026e1f8-750a-499a-be8d-c0dcda90e565
Ancestors: Installer-Core-mtf.212

make Installer sm update automatic in the face of an out-of-date SqueakMap version

=============== Diff against Installer-Core-mtf.212 ===============

Item was changed:
+ ----- Method: Installer>>smUpdate (in category 'squeakmap') -----
- ----- Method: Installer>>smUpdate (in category 'universes') -----
  smUpdate
+ "Answer the confirm: popup that happens when SM is old with true, even if UIManager is not present"
  
+ 	self classSMSqueakMap compile: 'confirm: aString ^ true'.
+  	[self classSMSqueakMap default loadUpdates]
+ 		ensure: [self classSMSqueakMap removeSelector: #confirm:]
-  	self classSMSqueakMap default loadUpdates.
   !



More information about the Packages mailing list