Hi,
You should send #update to the presentation. By default the presentation does not update when an action is executed, as the action could be anything.
sourceIn: composite
�� �� ^ composite text
�� �� �� �� title: 'Source code' translated;
�� �� �� �� display: [ :aCompiledMethod | aCompiledMethod sourceCode ];
�� �� �� �� act: [ :presentation :compiledMethod |
�� �� �� �� �� �� compiledMethod methodClass compile: presentation text.
�� �� �� �� �� �� presentation update ]
�� �� �� �� on: $s
�� �� �� �� entitled: 'Save' translated
Cheers,
Andrei