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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Dec 14 01:22:51 UTC 2008


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

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

Name: Tasks-Common-kph.43
Author: kph
Time: 14 December 2008, 1:22:50 am
UUID: d8417225-1d02-4260-8c8e-44bc5261339a
Ancestors: Tasks-Common-kph.41

use ReadMe-bc.text file rather than Welcome-bc.text

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

Item was changed:
  ----- Method: TasksRelease class>>taskCleanUpAndSaveAs: (in category 'as yet unclassified') -----
  taskCleanUpAndSaveAs: filename
  
  	^ [	
  		SmalltalkImage current cleanUpAll.
+ 		self author: '' during: [
+ 			SmalltalkImage current saveAs: filename.
+ 		].
- 		
- 		SmalltalkImage current saveAs: filename.
- 		
  	 ].!

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



More information about the Packages mailing list