[squeak-dev] The Trunk: Tools-mt.1140.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 9 11:47:32 UTC 2022


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.1140.mcz

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

Name: Tools-mt.1140
Author: mt
Time: 9 March 2022, 12:47:29.695769 pm
UUID: bfe6316b-34ad-e74f-8ade-996dda16ffc1
Ancestors: Tools-mt.1139

Minor fix in DependencyBrowser to match implementation in PackagePaneBrowser.

=============== Diff against Tools-mt.1139 ===============

Item was changed:
  ----- Method: DependencyBrowser>>selectedPackageName (in category 'package list') -----
  selectedPackageName
  
+ 	^ self hasPackageSelected
+ 		ifFalse: [nil]
+ 		ifTrue: [self packageList at: packageListIndex]!
- 	^ self packageList at: self packageListIndex!



More information about the Squeak-dev mailing list