# HG changeset patch # User Eric Allen # Date 1384715747 28800 # Sun Nov 17 11:15:47 2013 -0800 # Node ID e5f6ac18dd393a2f5d491da128d44fa7093b2675 # Parent a2c29a8e47deff79dd76ce3e929eaa9b6c8b7fc2 [uvf8d] Fix typo in settings #1057 diff -r a2c29a8e47de -r e5f6ac18dd39 chirp/th_uvf8d.py --- a/chirp/th_uvf8d.py Sat Nov 16 08:30:27 2013 -0600 +++ b/chirp/th_uvf8d.py Sun Nov 17 11:15:47 2013 -0800 @@ -467,7 +467,7 @@ group = RadioSettingGroup("top", "All Settings") group.append( - RadioSetting("Mode", "Mode", + RadioSetting("mode", "Mode", RadioSettingValueList(MODE_LIST, MODE_LIST[_settings.mode])))