[etoys-dev] Etoys Inbox: Skeleton-Richo.6.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 18 12:07:17 EDT 2011


Ricardo Moran uploaded a new version of Skeleton to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Skeleton-Richo.6.mcz

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

Name: Skeleton-Richo.6
Author: Richo
Time: 18 October 2011, 1:06:51 pm
UUID: 4658186e-112e-8948-9c98-d8da31c5dc83
Ancestors: Skeleton-Richo.5

* Fixed a bug that prevented the spreadsheet from showing the new viewer categories.

=============== Diff against Skeleton-Richo.5 ===============

Item was changed:
  ----- Method: SkSheetMorph class>>additionsToViewerCategories (in category 'as yet unclassified') -----
  additionsToViewerCategories
+ 	^(Smalltalk at: #SkBasicSheetMorph ifAbsent: [^ #()])
- 	^(Smalltalk at: #SkRawSheetMorph ifAbsent: [^ #()])
  		additionsToViewerCategories!



More information about the etoys-dev mailing list