[Seaside] WAComponent class>>applicationClass fix

Boris Popov boris at deepcovelabs.com
Fri Jun 29 20:09:41 UTC 2007


Looks like #applicationClass wasn't called anymore to allow subclasses
to override the application, so changed hardcoded WAApplication to a
call site here,

applicationNamed: aString
 | application |
 application := self applicationClass named: aString.
 application configuration addAncestor: WARenderLoopConfiguration new.
 application preferenceAt: #rootComponent put: self.
 ^application

This is based on VisualWorks 2.7b1.5.1, it might be fixed in the Squeak
stream already.

Cheers!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.



More information about the Seaside mailing list