[Pkg] Sake : Sake-Core-kph.90.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Dec 14 02:13:55 UTC 2008


A new version of Sake-Core was added to project Sake :
http://www.squeaksource.com/Sake/Sake-Core-kph.90.mcz

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

Name: Sake-Core-kph.90
Author: kph
Time: 14 December 2008, 2:13:54 am
UUID: ff56da66-de6f-4ed9-8a43-98037fa26044
Ancestors: Sake-Core-kph.89

fixing initials default dont change them

=============== Diff against Sake-Core-kph.89 ===============

Item was changed:
  ----- Method: SakeTask>>author:during: (in category 'as yet unclassified') -----
  author: initials during: aBlock
  
  	| tmp |
  	
  	[ 	
  		tmp := Utilities authorInitialsPerSe.
+ 		author ifNotNil: [ Utilities setAuthorInitials: initials ].
- 		Utilities setAuthorInitials: initials.
  		aBlock value.
  
  	] ensure: [ Utilities setAuthorInitials: tmp ]
  	
  	!



More information about the Packages mailing list