Well, I fixed it with an awful little hack:<div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>WAMiniCalendar &gt;&gt; renderRowForWeek: initialDay on: html</div>

<div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div>html tableRow: [</div><div><div><span class="Apple-tab-span" style="white-space:pre">                </span></div>0 to: 6 do: [ :each |</div><div><div><span class="Apple-tab-span" style="white-space:pre">                        </span></div>

self renderCellForDate: (initialDay addDays: each <span class="Apple-style-span" style="background-color: rgb(51, 204, 0);">+ 1</span>) on: html ] ]</div></blockquote><div><div><br></div><div>It works, but I&#39;m sure it&#39;s not the most elegant solution.</div>

<div><br></div><div>Thanks!</div><div><br></div><div>Bernat Romagosa.</div><br><div class="gmail_quote">2010/6/9 AxiNat <span dir="ltr">&lt;<a href="mailto:tibabenfortlapalanca@gmail.com">tibabenfortlapalanca@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>I forgot to mention I work on Pharo 1.0, so my weeksDo: method is totally different from yours :(</div>
</blockquote></div><br></div>