[Pkg] Tasks: Tasks-Common-kph.46.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Dec 14 02:17:16 UTC 2008


A new version of Tasks-Common was added to project Tasks:
http://www.squeaksource.com/Tasks/Tasks-Common-kph.46.mcz

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

Name: Tasks-Common-kph.46
Author: kph
Time: 14 December 2008, 2:17:14 am
UUID: e270200a-7c34-49c0-9a70-d6d13352a7e4
Ancestors: Tasks-Common-kph.45

fix task to return task

=============== Diff against Tasks-Common-kph.45 ===============

Item was changed:
  ----- Method: TasksRelease class>>taskDisplayReadMe (in category 'as yet unclassified') -----
  taskDisplayReadMe
  
  	| w |
  	
+ 	^ self action: [ 
- 	self action: [ 
  		w := Workspace openFile: 'Documentation/ReadMe-' , self suffix, '.text'.
  	
  		w label: ('Welcome to... ', SystemVersion current asString).
  		w containingWindow 
  			position: (20 at 20);
  			extent: (400 at 500);
  			yourself.
  	]
  	
  		!



More information about the Packages mailing list