<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I don&#39;t recall the original discussion but this was added a few months ago and was needed for something. What you need is for the last line to be changed to:<br>
<br><div>
<span style="white-space:pre">        </span>group hasCallback </div><div><div class="im"><span style="white-space:pre">                </span>ifTrue: [ super value: (group 
callbackValue: anObject) ]<br><span style="white-space:pre">                </span></div>ifFalse: [ super value: anObject ]<br></div><br>Is that right?<br><br></blockquote><div><br></div><div>Exactly - adding the #ifFalse clause removes the need to add an empty callback. Perfect</div>
<div><br></div><div>Nick</div></div>