<div dir="ltr"><div>Hi Tobias, Marcel<br></div>Does it sound OK?<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-10-27 22:23 GMT+02:00  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nicolas Cellier uploaded a new version of Tools to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Tools-nice.731.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/<wbr>inbox/Tools-nice.731.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Tools-nice.731<br>
Author: nice<br>
Time: 27 October 2016, 10:23:11.706603 pm<br>
UUID: 31a047c7-9937-46f9-8710-<wbr>1c38882f2a77<br>
Ancestors: Tools-eem.730<br>
<br>
Fix the field menu of Set inspector.<br>
<br>
It&#39;s sent to a MenuMorph which DNU labels:.<br>
Anyway, implementors of labels: do not expect alternate (selector action selector acton ...)<br>
<br>
=============== Diff against Tools-eem.730 ===============<br>
<br>
Item was changed:<br>
  ----- Method: SetInspector&gt;&gt;<wbr>mainFieldListMenu: (in category &#39;menu&#39;) -----<br>
  mainFieldListMenu: aMenu<br>
<br>
+       ^ aMenu addList: #(<br>
-       ^ aMenu labels: #(<br>
                        (&#39;inspect&#39;                                                      inspectSelection)<br>
                        (&#39;copy name&#39;                                            copyName)<br>
                        (&#39;objects pointing to this value&#39;               objectReferencesToSelection)<br>
                        (&#39;refresh view&#39;                                         update)<br>
                        (&#39;remove&#39;                                                       removeSelection)<br>
                        -<br>
                        (&#39;basic inspect&#39;                                                inspectBasic));<br>
                yourself<br>
  !<br>
<br>
<br>
</blockquote></div><br></div>