Code review comment for lp:~zsombi/ubuntu-ui-toolkit/33-listitem-attached

Revision history for this message
Tim Peeters (tpeeters) wrote :

540 + if ((d->globalDisabled && disable) || (!d->globalDisabled && disable)) {

this is the same as: if (disable) {

« Back to merge proposal