no longer show the HBC if it's installed

This commit is contained in:
Christopher Roy Bratusek 2012-03-14 14:08:30 +01:00
parent d25940ab70
commit 2e0153c4bf

View File

@ -206,7 +206,7 @@ void app_list()
std::sort(vechomebrew_list_category[0].begin(),vechomebrew_list_category[0].end(), sort_name_a_z);
// suchen nach hbc
if(DetectHBC() != 0 && Settings.system != 0)
vechomebrew_list_category[0].insert(vechomebrew_list_category[0].begin(), homebrew_list("the homebrew channel", "the homebrew channel", "the homebrew channel", (u8*)hbc_icon_png, "the homebrew channel", ""));
//if(DetectHBC() != 0 && Settings.system != 0)
// vechomebrew_list_category[0].insert(vechomebrew_list_category[0].begin(), homebrew_list("the homebrew channel", "the homebrew channel", "the homebrew channel", (u8*)hbc_icon_png, "the homebrew channel", ""));
}