GNOME Bugzilla – Bug 704811
All available games are shown as favourite
Last modified: 2015-07-28 18:53:41 UTC
In the "Available" tab, all the games have the favourite icon (the star) set, regardless of their status. Please note that the functionality itself is not affected: games start as non favourite, clicking on them makes them favourite, clicking again makes them non favourite.
This happens on Ubuntu Precise 12.04.2 LTS, with GTK version 3.4.2.
Thanks for the bug report. It used to be the non-favorite icons were drawn as "non-sensitive". You can see it in the screenshot here: https://wiki.gnome.org/GnomeVideoArcade?action=AttachFile&do=view&target=screenshot-main.png The GVA code still operates that way but gtk3 broke the non-sensitive icon cell rendering at some point, so now you can't distinguish between sensitive and non-sensitive icons in table cells. I guess I need to figure out a different approach.
Finally figured out a different approach. https://git.gnome.org/browse/gnome-video-arcade/commit/?id=b8755d54de94dc3f8385758af0326f2189a4a211