GNOME Bugzilla – Bug 751415
Remove button is always insensitive
Last modified: 2015-06-24 19:36:45 UTC
The Remove button in the bottom-left of the project overview, for removing projects from the list of projects, no longer works: it can never be clicked.
If you check the mark, it is insensitive but it's working when clicking the row itself.
Created attachment 306009 [details] [review] GbGreeterWindow: fix notify in selection mode WHenm in selection mode, you click a row checkbox, the remove button at the button don't change its state.
With this solution, there's a short notify cycle, that is : checkbox -> selected -> checkbox instead of checkbox ->selected and selected -> checkbox -> selected instead of selected -> checkbox Christian, what do you think of ?
Review of attachment 306009 [details] [review]: LGTM, feel free to push.
Attachment 306009 [details] pushed as a8e101c - GbGreeterWindow: fix notify in selection mode