diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-12-04 11:21:28 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-12-04 11:21:28 +0100 |
| commit | 58e983040ccc2e6a0bda18430342142f7932fd26 (patch) | |
| tree | 98f41ec593bb36a884cc1fd537222890a83dc6b1 /lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py | |
| parent | c69c3febf1582fb1bd170bc4b04132354f574cfc (diff) | |
| parent | 39410381b5f023663c70c4dec09dc1eae287259d (diff) | |
| download | enigma2-58e983040ccc2e6a0bda18430342142f7932fd26.tar.gz enigma2-58e983040ccc2e6a0bda18430342142f7932fd26.zip | |
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py')
| -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) |
