GraphMultiEpg/plugin.py: fix not working zap function when the bouquet is changed...
authorghost <andreas.monzner@multimedia-labs.de>
Wed, 3 Dec 2008 18:06:21 +0000 (19:06 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Wed, 3 Dec 2008 18:06:21 +0000 (19:06 +0100)
lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py

index 0ebcafc..adb7015 100644 (file)
@@ -69,6 +69,7 @@ def changeBouquetCB(direction, epg):
                bouquet = bouquetSel.getCurrent()
                services = getBouquetServices(bouquet)
                if len(services):
+                       global epg_bouquet
                        epg_bouquet = bouquet
                        epg.setServices(services)