Code review comment for lp:~mhr3/libunity/colorized-icon

Revision history for this message
Michal Hruby (mhr3) wrote :

> 108 + if (colorize_value >= 0)
>
> Isn't it always going to be the case?

No, if set_colorize_rgba() is not called, it'll remain 0. (which would otherwise mean that the icon should use alpha 0.0 which doesn't make much sense).

« Back to merge proposal