From: ghost Date: Wed, 3 Dec 2008 18:06:21 +0000 (+0100) Subject: GraphMultiEpg/plugin.py: fix not working zap function when the bouquet is changed... X-Git-Tag: 2.6.0~558^2~2 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/282d9e86ee6942a5c557d25cce0899857fab78dd GraphMultiEpg/plugin.py: fix not working zap function when the bouquet is changed with bouquet +/- --- diff --git a/lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py b/lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py index 0ebcafca..adb7015d 100644 --- a/lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py +++ b/lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py @@ -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)