[FIX] FileListDnDFix-asm ( [et][er] can we do better than #isKindOf:? )

ned at squeakland.org ned at squeakland.org
Mon Nov 24 19:01:03 CET 2003


This looks OK, but I'm not sure how it'll play with other changes to
lists (like LargeLists, etc.).

Perhaps it would be better if we said something like:

isDirectoryList: aMorph
	^[ aMorph getListSelector == #volumeList ]
		on: MessageNotUnderstood
		do: [ :ex | ex return: false ]













< I'm a bug-fixing machine! >

This post brought to you by the BugFixArchiveViewer, a handy tool that
makes it easy to comment on proposed fixes and enhancements for Squeak. 
For more information, check out the Web page for the BugFixArchiveViewer
project: http://minnow.cc.gatech.edu/squeak/3214 

< I'm a bug-fixing machine! >


More information about the Squeak-harvest mailing list