AutoTimerComponent: fix accessing bouquets in fast scan mode
authorMoritz Venn <moritz.venn@freaque.net>
Sun, 30 Jan 2011 11:04:14 +0000 (12:04 +0100)
committerMoritz Venn <moritz.venn@freaque.net>
Sun, 30 Jan 2011 11:04:14 +0000 (12:04 +0100)
autotimer/src/AutoTimerComponent.py

index 363e8e6..52f1f05 100644 (file)
@@ -605,7 +605,7 @@ class AutoTimerFastscanComponent(AutoTimerComponent):
                                        append(':'.join(comp[3:]))
 
                        serviceHandler = eServiceCenter.getInstance()
-                       for bouquet in bouquets + addbouquets:
+                       for bouquet in self.bouquets + addbouquets:
                                myref = eServiceReference(str(bouquet))
                                mylist = serviceHandler.list(myref)
                                if mylist is not None: