diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-01 10:22:21 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-01 10:23:11 +0100 |
| commit | 699b940aa0a2e8e7ae21c1319d0c5d69d57279cc (patch) | |
| tree | 86cd38e2d64b3c413efce7a320c712eb128b0975 /lib/python/Components/ParentalControl.py | |
| parent | bc87ed9e2cbfa1a5667ac583bdace946ffff9ae0 (diff) | |
| download | enigma2-699b940aa0a2e8e7ae21c1319d0c5d69d57279cc.tar.gz enigma2-699b940aa0a2e8e7ae21c1319d0c5d69d57279cc.zip | |
fix crash with enabled parentalcontrol in some conditions (i.e. when try to add a channel to bouquet/favourites)
refs bug #607
Diffstat (limited to 'lib/python/Components/ParentalControl.py')
| -rw-r--r-- | lib/python/Components/ParentalControl.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/ParentalControl.py b/lib/python/Components/ParentalControl.py index d320c9cd..0ea65cd2 100644 --- a/lib/python/Components/ParentalControl.py +++ b/lib/python/Components/ParentalControl.py @@ -20,8 +20,6 @@ IMG_WHITEBOUQUET = LIST_WHITELIST + "-" + TYPE_BOUQUET IMG_BLACKSERVICE = LIST_BLACKLIST + "-" + TYPE_SERVICE IMG_BLACKBOUQUET = LIST_BLACKLIST + "-" + TYPE_BOUQUET -parentalControl = None - def InitParentalControl(): global parentalControl parentalControl = ParentalControl() |
