BTW, may I ask you considering the integration of the
following minor change
into your code base:
PRListWidget >> renderContentOn: html
| items |
items := self items.
items isEmpty
ifFalse: [ self renderItems: "self" items on: html ]
It just avoids computing twice the items list, and would allow me removing
this from my patch list.
Ahh, thanks for spotting that.
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch