diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-03 19:06:21 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-03 19:06:21 +0100 |
| commit | 282d9e86ee6942a5c557d25cce0899857fab78dd (patch) | |
| tree | c887a56c9c069dfb3eab55cba69650b56ca1b79e /lib/python/Plugins/Extensions/GraphMultiEPG | |
| parent | 1e1b651652e0f46bebc1c803e289fb84de222690 (diff) | |
| download | enigma2-282d9e86ee6942a5c557d25cce0899857fab78dd.tar.gz enigma2-282d9e86ee6942a5c557d25cce0899857fab78dd.zip | |
GraphMultiEpg/plugin.py: fix not working zap function when the bouquet is changed with bouquet +/-
Diffstat (limited to 'lib/python/Plugins/Extensions/GraphMultiEPG')
| -rw-r--r-- | lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
