GraphMultiEpg/plugin.py: fix not working zap function when the bouquet is changed...
[enigma2.git] / lib / python / Plugins / Extensions / GraphMultiEPG / plugin.py
index 0ebcafca07b08108a7d79f18df06ed2a0a915949..adb7015dd8edda6e1b63d76b76c43e428faf821b 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)