[Pkg] Monticello Public: Monticello.impl-kph.644.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Jul 18 02:17:23 UTC 2009


A new version of Monticello.impl was added to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-kph.644.mcz

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

Name: Monticello.impl-kph.644
Author: kph
Time: 18 July 2009, 3:17:04 am
UUID: fc5c3e8f-45e8-4d65-87d4-2ae8f23241f3
Ancestors: Monticello.impl-kph.643

call to copyWithAll: (part of magritte oops) fixed

=============== Diff against Monticello.impl-kph.643 ===============

Item was changed:
  ----- Method: MCClassDefinition>>organize:with: (in category 'installing') -----
  organize: organizer with: list
  
  	list ifNil: [ ^ self ].
  	
+ 	organizer categories: (list , (organizer categories difference: list)).
- 	organizer categories: (list copyWithAll: (organizer categories difference: list)).
  	organizer removeEmptyCategories.
  !



More information about the Packages mailing list