From 2e0153c4bff2299c210083aea6ab68865aa09b4c Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Wed, 14 Mar 2012 14:08:30 +0100 Subject: [PATCH] no longer show the HBC if it's installed --- source/Tools/app_list.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Tools/app_list.cpp b/source/Tools/app_list.cpp index eb0fc4f..31db8ae 100644 --- a/source/Tools/app_list.cpp +++ b/source/Tools/app_list.cpp @@ -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", "")); }