Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Removing Genie
Last updated at 2:58 pm UTC on 16 January 2006
Before removing the Genie subsystem class categories the two following methods have to be adjusted:



(suffix = CRDictionary fileNameSuffix) ifTrue:
[labels add: 'load Genie Gesture Dictionary'.
selectors add: #loadCRDictionary].
(suffix = CRDisplayProperties fileNameSuffix) ifTrue:
[labels add: 'load Genie Display Properties'.
selectors add: #loadCRDisplayProperties].