From 70a1e41a08a2ba28c40ffe39be6fb02f6d126b07 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 25 Oct 2007 14:48:49 +0000 Subject: small fix --- lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py') diff --git a/lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py b/lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py index a247a618..7afbe14a 100644 --- a/lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py +++ b/lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py @@ -42,8 +42,8 @@ def cleanup(): def closed(ret=False): closedScreen = dlg_stack.pop() + global bouquetSel if bouquetSel and closedScreen == bouquetSel: - global bouquetSel bouquetSel = None dlgs=len(dlg_stack) if ret and dlgs > 0: # recursive close wished -- cgit v1.2.3