aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-07 13:03:31 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-07 13:03:31 +0000
commita3bbc85871508cbf24edea513a5f69a14ee76e33 (patch)
tree8af91a6f1be7b76a018e4bf0a6792e5e6efc0fb1 /lib/python/Screens/InfoBarGenerics.py
parent2f922d5cdd9f4ebe5bb74c6283f63ecdedfb6b17 (diff)
downloadenigma2-a3bbc85871508cbf24edea513a5f69a14ee76e33.tar.gz
enigma2-a3bbc85871508cbf24edea513a5f69a14ee76e33.zip
disable dvb type filtering by default for bouquets but its possible to add a
filtering in bouquet.tv or bouquets.radio code cleanup
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 065069b1..94f5c211 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -227,7 +227,7 @@ class InfoBarNumberZap:
bouquetlist = serviceHandler.list(bouquet)
if not bouquetlist is None:
while number:
- bouquet = self.servicelist.appendDVBTypes(bouquetlist.getNext())
+ bouquet = bouquetlist.getNext()
if not bouquet.valid(): #check end of list
break
if bouquet.flags & eServiceReference.isDirectory: