Fix Issue 27: "When in 'channel view' and wiiflow is locked the wrong

icon is displayed".  Thanks for the report.
This commit is contained in:
entropy 2012-03-18 23:50:04 +00:00
parent 137256fc70
commit 524aee0893

View File

@ -665,7 +665,7 @@ int CMenu::main(void)
m_btnMgr.show(m_mainBtnUsb);
break;
case COVERFLOW_CHANNEL:
if(show_homebrew)
if (show_homebrew && (parental_homebrew || !m_locked))
m_btnMgr.show(m_mainBtnHomebrew);
else
m_btnMgr.show(m_mainBtnUsb);