[BUG][FIX] HierarchyBrowser removeClass

Michael Rueger Michael.Rueger.-ND at disney.com
Wed Mar 22 21:08:12 UTC 2000


Hi all,

the attached change set fixes a problem when removing a class which is
currently in the class list of a hierarchy browser.

Michael


-- 

 "To improve is to change, to be perfect is to change often." 
                                            Winston Churchill
+------------------------------------------------------------+
| Michael Rueger                                             |
| Phone: ++1 (818) 623 3283        Fax:   ++1 (818) 623 3559 |
+---------- Michael.Rueger.-ND at corp.go.com ------------------+
-------------- next part --------------
"Change Set:		HierarchyBrowser-removeClass-mir
Date:			22 March 2000
Author:			Michael Rueger

Fixes a problem when removing a class which is currently in the class list of a hierarchy browser.
"!

!HierarchyBrowser methodsFor: 'class list' stamp: 'mir 3/22/2000 13:02'!
classList
	classList _ classList select: [:each | Smalltalk includesKey: each withBlanksTrimmed asSymbol].
	^classList! !


More information about the Squeak-dev mailing list