[squeak-dev] The Inbox: Tools-fbs.303.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 9 22:43:42 UTC 2011


A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-fbs.303.mcz

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

Name: Tools-fbs.303
Author: fbs
Time: 4 March 2011, 9:10:53.348 pm
UUID: 107b5e44-7992-f848-92b0-555d59f19e0f
Ancestors: Tools-fbs.302

Serious bugfix, allowing the Browser's hierarchy button to work once more!

=============== Diff against Tools-fbs.302 ===============

Item was changed:
  ----- Method: HierarchyBrowser>>classListIndex: (in category 'initialization') -----
  classListIndex: newIndex
  	"Cause system organization to reflect appropriate category"
  	| newClassName ind |
  	newIndex ~= 0 ifTrue:
  		[newClassName := (classList at: newIndex) copyWithout: $ .
+ 		selectedSystemCategory := (systemOrganizer categories at:
- 		self selectedSystemCategory: (systemOrganizer categories at:
  			(systemOrganizer numberOfCategoryOfElement: newClassName))].
  	ind := super classListIndex: newIndex.
  	self changed: #systemCategorySingleton.
  	^ ind!




More information about the Squeak-dev mailing list