[Pkg] The Trunk: HelpSystem-Core-kfr.69.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 22 13:45:01 UTC 2015


Karl Ramberg uploaded a new version of HelpSystem-Core to project The Trunk:
http://source.squeak.org/trunk/HelpSystem-Core-kfr.69.mcz

==================== Summary ====================

Name: HelpSystem-Core-kfr.69
Author: kfr
Time: 22 April 2015, 3:44:51.506 pm
UUID: ac10369a-d3ad-d044-916a-6f7de6b40a24
Ancestors: HelpSystem-Core-mt.68

HelpBrowser openOn: aClass failed because instance variables were nil

=============== Diff against HelpSystem-Core-mt.68 ===============

Item was changed:
  ----- Method: ClassAPIHelpTopic>>withMethods (in category 'accessing') -----
  withMethods
  
+ 	^ withMethods ifNil:[false]!
- 	^ withMethods!

Item was changed:
  ----- Method: ClassAPIHelpTopic>>withSubclasses (in category 'accessing') -----
  withSubclasses
  
+ 	^ withSubclasses  ifNil:[false]!
- 	^ withSubclasses!



More information about the Packages mailing list