Hi people,
while developing on Seaside we found the deprecated method call
(a Week)::do in the WAMiniCalendar implementation:
renderRowForWeek: aWeek on: html
html tableRow: [
aWeek do: [:ea | self renderCellForDate: ea on: html].
]
we recommend to replace "aWeek do:" with "aWeek datesDo:"
Faithfully
Martin Beck & Dominic Letz
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside