GNOME Bugzilla – Bug 776138
status-notifier: Mnemonics on check and radio items
Last modified: 2016-12-17 09:01:34 UTC
Created attachment 342029 [details] [review] status-notifier: allow mnemonics also on check and radio items Currently radio and check items don't allow for mnemonics, yet other (image) menu items do. "Mumble" suffers from this, displaying some bare `_`s Attached patch allow for mnemonics also on check and radio items. A better implementation would be setting this property unconditionally and having SnImageMenuItem honor it, but GtkMenuItem makes it awfully complex for a subclass with more than one child to do that.
Thanks!