git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make servicelist accessible in plugins
[enigma2.git]
/
lib
/
python
/
Screens
/
InfoBarGenerics.py
diff --git
a/lib/python/Screens/InfoBarGenerics.py
b/lib/python/Screens/InfoBarGenerics.py
index
ca697ae
..
7d59703
100644
(file)
--- a/
lib/python/Screens/InfoBarGenerics.py
+++ b/
lib/python/Screens/InfoBarGenerics.py
@@
-1204,7
+1204,9
@@
class InfoBarPlugins:
return list
def runPlugin(self, plugin):
+ self.session.servicelist = self.servicelist
plugin(session = self.session)
+ del self.session.servicelist
# depends on InfoBarExtensions
class InfoBarSleepTimer: