This commit is contained in:
Christopher Roy Bratusek 2012-09-10 21:40:37 +02:00
parent 572df9f0f4
commit cde1f5ac9f
2 changed files with 3 additions and 2 deletions

View File

@ -133,9 +133,9 @@ void copy_app_in_category(int category) //Apps im Kategorie kopieren
else if(x == 2)
foldername = "dvd" + ordner + AvailableCategory.apps[category][a] + "/";
else if(x == 3)
foldername = "gca" + ordner + apps[a] + "/";
foldername = "gca" + ordner + AvailableCategory.apps[category][a] + "/";
else if(x == 4)
foldername = "gcb" + ordner + apps[a] + "/";
foldername = "gcb" + ordner + AvailableCategory.apps[category][a] + "/";
}
if(strcasecmp(vechomebrew_list_category[0][i].foldername.c_str(), foldername.c_str()) == 0)

View File

@ -172,6 +172,7 @@ UpdateGUI (void *arg)
check_gca();
else if(Settings.device == "gcb")
check_gcb();
else if(Settings.device == "all")
{