diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-25 14:48:49 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-25 14:48:49 +0000 |
| commit | 70a1e41a08a2ba28c40ffe39be6fb02f6d126b07 (patch) | |
| tree | 2af1e08b2ab66441342cd77277876cbb202da92b /lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py | |
| parent | 8f80c7c5867d6eddde43a612b25e67b6435e44b4 (diff) | |
| download | enigma2-70a1e41a08a2ba28c40ffe39be6fb02f6d126b07.tar.gz enigma2-70a1e41a08a2ba28c40ffe39be6fb02f6d126b07.zip | |
small fix
Diffstat (limited to 'lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
