[BUG][FIX] [3.4a] FileList menu causes DNU on "more..." option

Brent Vukmer bvukmer at blackboard.com
Tue Nov 19 17:28:41 UTC 2002


I was getting the debugger when I chose the "more..." option from the 
FileList, in a 3.4a image with SARInstaller for 3.4 loaded from 
SqueakMap.  The DNU was caused by SARInstaller not understanding 
FileList's request for #services.
-------------- next part --------------
'From Squeak3.4alpha of ''11 November 2002'' [latest update: #5109] on 19 November 2002 at 12:21:28 pm'!

!SARInstaller class methodsFor: 'class initialization' stamp: 'bkv 11/19/2002 12:19'!
services

^self fileReaderServicesForFile: nil suffix: 'sar'


! !



More information about the Squeak-dev mailing list