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

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


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

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

Name: Tasks-Common-kph.45
Author: kph
Time: 14 December 2008, 2:06:09 am
UUID: 4b3bf56f-d35d-46f4-a1ad-1cd644b605f0
Ancestors: Tasks-Common-kph.44

fixed dnu  to use task author:during:

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

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



More information about the Packages mailing list