MASelectionColumn >> renderCellLinkContent:on:

Lukas Renggli renggli at gmail.com
Thu Dec 9 08:51:35 MET 2010


Yes, that looks like a bug. Can you commit the change?

Lukas

On 8 December 2010 21:43, Reza Razavi <razavi at 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



More information about the smallwiki mailing list