[Pkg] The Trunk: Morphic-jl.1307.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Sep 21 11:38:17 UTC 2016


Jens Lincke uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-jl.1307.mcz

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

Name: Morphic-jl.1307
Author: jl
Time: 21 September 2016, 1:36:40.108628 pm
UUID: 2360f2a4-21ac-e141-8dde-f5769c1f285a
Ancestors: Morphic-cmm.1306

deleting a view morph deletes morph and project again

=============== Diff against Morphic-cmm.1306 ===============

Item was changed:
  ----- Method: ProjectViewMorph>>expungeProject (in category 'as yet unclassified') -----
  expungeProject
  
  	(self confirm: ('Do you really want to delete {1}
  and all its content?' translated format: {project name}))
  		ifFalse: [^ self].
  	owner isSystemWindow
  		ifTrue: [owner model: nil;
  				 delete].
  	
+ 	project delete.
+ 	self delete.!
- 	project delete.!



More information about the Packages mailing list