[Seaside] Jetsam library

Sebastian Sastre ssastre at seaswork.com
Thu Oct 18 19:22:24 UTC 2007


Hi there,
 
    I found that WAStandardFilesPlus>>initializeFileSelectors should a code
like this:
 
 ^ fileSelectors := (((self class withAllSuperclasses upTo: WAFileLibrary) 
   gather:[:aClass | aClass selectors])
    select: [ :each | self isFileSelector: each ]) 
     asOrderedCollection removeAllFoundIn: self nonFileSelectors;
     yourself
 
    to prevent an error
 
    cheers,
 
Sebastian Sastre

 

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20071018/56c4b589/attachment.htm


More information about the seaside mailing list