[squeak-dev] The Inbox: System-sbw.320.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Apr 24 15:20:24 UTC 2010


A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/System-sbw.320.mcz

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

Name: System-sbw.320
Author: sbw
Time: 24 April 2010, 10:19:27.488 am
UUID: f85d74cc-5582-49ce-a1d8-bc007c5b9286
Ancestors: System-ar.319

Sets default condition for Annotations Preference to true if undefined.


=============== Diff against System-ar.319 ===============

Item was changed:
  ----- Method: Preferences class>>annotationPanes (in category 'standard queries') -----
  annotationPanes
  	^ self
  		valueOfFlag: #annotationPanes
+ 		ifAbsent: [true]!
- 		ifAbsent: [false]!




More information about the Squeak-dev mailing list