GNOME Bugzilla – Bug 389469
wrong widget in keyboard->layouts control panel
Last modified: 2007-03-18 17:17:42 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/control-center/+bug/70155 "In the layouts pane of System->Preferences-Keyboard, there is a checkbox to indicate the default layout at the right of every layout-name. As there can only be one default layout, you should replace the checkboxes with radio-buttons, as checkboxes usually indicate that multiple items can be activated."
Created attachment 83130 [details] [review] use a radio button instead of a check button Ok, here's a patch. Guess we'll have to wait for UI thaw, though...
Yes, definitely one to commit for 2.20.
2007-03-18 Jens Granseuer <jensgr@gmx.net> * gnome-keyboard-properties-xkblt.c: (xkb_layouts_prepare_selected_tree): use a radio button instead of a checkbox to indicate the default layout. Fixes #389469