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-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=282d9e86ee6942a5c557d25cce0899857fab78dd;hp=1e1b651652e0f46bebc1c803e289fb84de222690 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 0ebcafc..adb7015 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)