[Pkg] The Trunk: Services-Base-nice.49.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Sep 4 20:24:40 UTC 2013


Nicolas Cellier uploaded a new version of Services-Base to project The Trunk:
http://source.squeak.org/trunk/Services-Base-nice.49.mcz

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

Name: Services-Base-nice.49
Author: nice
Time: 4 September 2013, 10:24:26.328 pm
UUID: 87f55b41-a8b6-44e7-9531-b642bf3a2b1e
Ancestors: Services-Base-ul.48

Avoid 'a literal string' asSymbol.
#'a literal symbol' is the syntax.

=============== Diff against Services-Base-ul.48 ===============

Item was changed:
  ----- Method: ServiceCategory>>insertPreferences (in category 'preferences') -----
  insertPreferences
  	super insertPreferences.
  	ServicePreferences 
  		addPreference: self childrenPreferences
  		categories: { 
+ 				(#'-- menu contents --').
- 				('-- menu contents --' asSymbol).
  				(self providerCategory)}
  		default: ''
  		balloonHelp: self description
  		projectLocal: false
  		changeInformee: self id -> #updateChildren
  		changeSelector: #serviceUpdate
  		type: #String!



More information about the Packages mailing list