Yes, that looks like a bug. Can you commit the change?
Lukas
On 8 December 2010 21:43, Reza Razavi <razavi(a)acm.org> wrote:
Hi,
In the following method:
MASelectionColumn >> renderCellLinkContent:on:
I was wondering if this:
html anchor class: (selected isNil ifFalse: [ 'selected' ]);
Shouldn't be rather like this:
html anchor class: (selected ifTrue: [ 'selected' ]);
Note: "selected " is computed as follows:
selected := self isSelected: anObject.
Which in principal returns a boolean.
Regards,
Reza
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
--
Lukas Renggli
www.lukas-renggli.ch