Comment 6 for bug 530325

Revision history for this message
Johannes Sasongko (sjohannes) wrote :

I haven't really looked at the patch thoroughly, but

- if track == -1:
+ if not track:
             cell.set_property('text', '')

Should this be "if track is None"?