Comment 4 for bug 635208

Revision history for this message
Andrea Cimitan (cimi) wrote :

Here it is :)

in file: softwarecenter/view/appview.py
at lines: 1071-1072
---
if (flags & gtk.CELL_RENDERER_SELECTED) != 0:
            state = gtk.STATE_SELECTED
---
This explicitly sets all states to SELECTED, even if they are ACTIVE. Of course this behaviour doesn't seem correct to me.

Regards, Cimi