GNOME Bugzilla – Bug 735646
update selection mode to use checked instead of active
Last modified: 2014-09-08 12:24:55 UTC
gtk has changed the behavior of checkboxes and radios to use GTK_STATE_FLAG_CHECKED rather than ACTIVE. See bug #735011 for a similar situation (webkit).
Created attachment 285216 [details] [review] Fix rendering of checkmarks GTK+ changed from using the active state to a new checked state for this. Adapt the toggle cell renderer.
Tested in totem Attachment 285216 [details] pushed as 8768635 - Fix rendering of checkmarks