Jetsam library

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Jetsam library

Sebastian Sastre-2
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

 

 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside