<div dir="ltr">I think I have it on another machine, I&#39;ll try later in the morning...<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/24 Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@elte.hu" target="_blank">leves@elte.hu</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, 24 Sep 2013, Nicolas Cellier wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ah my bad, I have overriden a package with same name !!! (This was from <a href="http://source.squeak.org" target="_blank">source.squeak.org</a> web interface, and I got no warning...)<br>
How can I undo? Not sure whether I have a copy of the original or not...<br>
</blockquote>
<br></div>
No idea. I haven&#39;t found it on my pc, nor on the CI server. Maybe Randal&#39;s backups have them. I wonder how hard is it to recreate a .mcz file from a previous .mcz and a .mcd.<span class="HOEnZb"><font color="#888888"><br>

<br>
<br>
Levente</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
2013/9/24 &lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;<br>
      Nicolas Cellier uploaded a new version of Morphic to project The Trunk:<br>
      <a href="http://source.squeak.org/trunk/Morphic-nice.683.mcz" target="_blank">http://source.squeak.org/<u></u>trunk/Morphic-nice.683.mcz</a><br>
<br>
      ==================== Summary ====================<br>
<br>
      Name: Morphic-nice.683<br>
      Author: nice<br>
      Time: 20 September 2013, 10:47:32.05 pm<br>
      UUID: 3c0205a8-73ce-406f-a9d3-<u></u>71c03be3335f<br>
      Ancestors: Morphic-cmm.682<br>
<br>
      Use displayWorldSafely rather than doOneCycle in PluggableListMorph.<br>
      No idea if it really does the intended preselection job, but at least it avoids all these red morphs of death to yellow cross my workflow.<br>
<br>
      =============== Diff against Morphic-cmm.682 ===============<br>
<br>
      Item was changed:<br>
        ----- Method: PluggableListMorph&gt;&gt;<u></u>changeModelSelection: (in category &#39;model access&#39;) -----<br>
        changeModelSelection: anInteger<br>
              &quot; Change the model&#39;s selected item index to be anInteger. Enable the pre selection highlight. Step the World forward to let the pre selection highlight take effect. &quot;<br>
<br>
              self rowAboutToBecomeSelected: (self uiIndexFor: anInteger).<br>
      +       World displayWorldSafely.<br>
      -       World doOneCycle.<br>
              setIndexSelector ifNotNil: [<br>
                      model perform: setIndexSelector with: anInteger ].!<br>
<br>
<br>
<br>
<br>
</blockquote>
</div></div><br><br>
<br></blockquote></div><br></div>