Index: src/hid_cfg.c =================================================================== --- src/hid_cfg.c (revision 1446) +++ src/hid_cfg.c (revision 1447) @@ -146,6 +146,7 @@ case MF_TIP: fieldstr = "tip"; break; case MF_ACTIVE: fieldstr = "active"; break; case MF_ACTION: fieldstr = "action"; break; +/* case MF_RADIO: fieldstr = "radio"; break; */ } if (field_name != NULL) *field_name = fieldstr; Index: src/hid_cfg.h =================================================================== --- src/hid_cfg.h (revision 1446) +++ src/hid_cfg.h (revision 1447) @@ -59,6 +59,7 @@ MF_TIP, MF_ACTIVE, MF_ACTION +/* MF_RADIO*/ } hid_cfg_menufield_t; /* Return a field of a submenu and optionally fill in field_name with the