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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Jul 23 19:21:08 UTC 2008


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

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

Name: Installer-Core-mtf.214
Author: mtf
Time: 23 July 2008, 12:19:28 pm
UUID: a10c34be-3ad2-4b56-98b1-ef07164635c2
Ancestors: Installer-Core-mtf.213

Make Installer sm update not ask for author initials

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

Item was changed:
  ----- Method: Installer>>smUpdate (in category 'squeakmap') -----
  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'
+ 		classified: nil
+ 		withStamp: 'installer'
+ 		notifying: nil
+ 		logSource: false.
- 	self classSMSqueakMap compile: 'confirm: aString ^ true'.
   	[self classSMSqueakMap default loadUpdates]
  		ensure: [self classSMSqueakMap removeSelector: #confirm:]
   !



More information about the Packages mailing list