# HG changeset patch # User Claus Gittinger # Date 1504029647 -7200 # Node ID f388b337715aabbc155951e363cd187549b7b4e8 # Parent 9f8c87c199056fa61e220b981369d628b181d0c1 #UI_ENHANCEMENT by cg class: ResourceSpecEditor changed: #modified: diff -r 9f8c87c19905 -r f388b337715a ResourceSpecEditor.st --- a/ResourceSpecEditor.st Tue Aug 29 13:08:29 2017 +0200 +++ b/ResourceSpecEditor.st Tue Aug 29 20:00:47 2017 +0200 @@ -213,10 +213,13 @@ ^ modified ! -modified: aBoolean +modified:aBoolean "sets the resource spec modified as aBoolean" - modified := aBoolean + modified := aBoolean. + self updateInfoLabel + + "Modified: / 29-08-2017 / 19:56:04 / cg" ! setModified