After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 389469 - wrong widget in keyboard->layouts control panel
wrong widget in keyboard->layouts control panel
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Keyboard
git master
Other Linux
: Normal enhancement
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-25 15:11 UTC by Sebastien Bacher
Modified: 2007-03-18 17:17 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
use a radio button instead of a check button (600 bytes, patch)
2007-02-22 21:32 UTC, Jens Granseuer
committed Details | Review

Description Sebastien Bacher 2006-12-25 15:11:32 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."
Comment 1 Jens Granseuer 2007-02-22 21:32:38 UTC
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...
Comment 2 Thomas Wood 2007-02-26 20:38:27 UTC
Yes, definitely one to commit for 2.20.
Comment 3 Jens Granseuer 2007-03-18 17:17:42 UTC
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