Index: mythplugins/mythweather/mythweather/weatherSetup.cpp =================================================================== --- mythplugins/mythweather/mythweather/weatherSetup.cpp (revision 14490) +++ mythplugins/mythweather/mythweather/weatherSetup.cpp (working copy) @@ -160,6 +160,8 @@ wireUI(); loadData(); buildFocusList(); + + if (!m_active_list->GetCount()) m_active_list->allowFocus(false); assignFirstFocus(); }