GNOME Bugzilla – Bug 708283
universal-access: Remove the mnemonic-activate handler
Last modified: 2013-10-01 08:04:51 UTC
See patch.
Created attachment 255174 [details] [review] universal-access: Remove the mnemonic-activate handler It's wrong because the label's parent isn't a GtkListBoxRow which causes a warning. In any case, we don't need it since GtkLabel already does the work of finding a suitable parent widget to activate on mnemonic-activate which ends up causing GtkListBox to fire its row-activated signal that we already handle.
Review of attachment 255174 [details] [review]: looks good. This is leftovers from when we were using EggListBox, I'd say.
Attachment 255174 [details] pushed as 7a27143 - universal-access: Remove the mnemonic-activate handler