neutrino: add the possibility to lock bouquets by default

This basically inverts the "locked" attribute of bouquets.xml and
allows to selectively enable only favourites or similar.
This commit is contained in:
Stefan Seyfried
2011-10-30 11:53:44 +01:00
parent 9dbdfcf5c7
commit 3999e8d0e2
10 changed files with 29 additions and 4 deletions

View File

@@ -450,6 +450,7 @@ struct SNeutrinoSettings
// parentallock
int parentallock_prompt;
int parentallock_lockage;
int parentallock_defaultlocked;
char parentallock_pincode[5];