class: InspectorView
authorClaus Gittinger <cg@exept.de>
Thu, 27 Feb 2014 17:01:23 +0100
changeset 14070 f95472e8cb38
parent 14069 c1ead71a65d9
child 14071 1920eb29e7b5
class: InspectorView comment/format in: #holderChanged:
InspectorView.st
--- a/InspectorView.st	Wed Feb 26 21:44:08 2014 +0100
+++ b/InspectorView.st	Thu Feb 27 17:01:23 2014 +0100
@@ -1096,9 +1096,12 @@
     "a valueHolder of which I have registered an iterest
      has changed (see the menu item: 'Catch Change').
      Remove the interest (no further notifications) either by evaluating:
+        aValueHolder retractInterestsFor:holderChangeInterest
+      or:
         self doUncatchChanges
      here, or via the field menu"
 
+    "/ aValueHolder retractInterestsFor:holderChangeInterest
     self halt:'ValueHolder has changed - please proceed'.
 !
 
@@ -3700,10 +3703,10 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.326 2014-02-23 11:38:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.327 2014-02-27 16:01:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.326 2014-02-23 11:38:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.327 2014-02-27 16:01:23 cg Exp $'
 ! !