[squeak-dev] The Trunk: Services-Base-nice.43.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 11 13:53:32 UTC 2010


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

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

Name: Services-Base-nice.43
Author: nice
Time: 11 February 2010, 2:53:36.47 pm
UUID: cd3c33fb-7b6f-324b-a2af-32de58e710bf
Ancestors: Services-Base-nice.42

remove a now useless fixTemps

=============== Diff against Services-Base-nice.42 ===============

Item was changed:
  ----- Method: ServiceShortcuts classSide>>insertPrefShortcut: (in category 'as yet unclassified') -----
  insertPrefShortcut: short
  					ServicePreferences
  						addPreference: short
  						categories: #('-- keyboard shortcuts --' )
  						default: ''
  						balloonHelp: 'enter a service id to bind it to this shortcut'
  						projectLocal: false
  						changeInformee: [self
  								changeShortcut: short
+ 								to: (ServicePreferences valueOfPreference: short)]
- 								to: (ServicePreferences valueOfPreference: short)] fixTemps
  						changeSelector: #value
  						type: #String!




More information about the Squeak-dev mailing list