[BUG][FIX] sendersOfKeyBugFix-wiz (sm)

Peace Jerome peace_the_dreamer at yahoo.com
Sat May 22 15:52:23 UTC 2004


Bugfix. Method was sending browseAllCallsOn:
to Smalltalk which as a SysDic didn't understand it.
SysNav default is the proper receiver."



sendersOfSelectedKey
	"Create a browser on all senders of the selected key"
	| aKey |
	self selectionIndex = 0
		ifTrue: [^ self changed: #flash].
	((aKey := keyArray at: selectionIndex) isKindOf:
Symbol)
		ifFalse: [^ self changed: #flash].
	object class == MethodDictionary
		ifTrue: [^ self changed: #flash].
	SystemNavigation default browseAllCallsOn: aKey

attached is gzip version of the change set. 

Yours in Service, Jerome Peace (wiz)






	
		
__________________________________
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sendersOfKeyBugFix-wiz.1.cs.gz
Type: application/x-gzip
Size: 475 bytes
Desc: sendersOfKeyBugFix-wiz.1.cs.gz
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040522/e4ffe1e2/sendersOfKeyBugFix-wiz.1.cs.bin


More information about the Squeak-dev mailing list