projects
/
openblackhole
/
openblackhole-enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95b0419
)
Solve forgotton self.infoBarInstance in Standby.py
author
dima73
<dima73@dev.null>
Mon, 30 Mar 2015 08:31:15 +0000
(10:31 +0200)
committer
littlesat
<littlesat99@yahoo.com>
Mon, 30 Mar 2015 08:31:15 +0000
(10:31 +0200)
Issue induced in http://sourceforge.net/p/openpli/enigma2/ci/
46dfd473d77a8110e0a6d167684b20543cf55f97
/
Signed-off-by: littlesat <littlesat99@yahoo.com>
lib/python/Screens/Standby.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/Standby.py
b/lib/python/Screens/Standby.py
index
a136120
..
e96760d
100644
(file)
--- a/
lib/python/Screens/Standby.py
+++ b/
lib/python/Screens/Standby.py
@@
-82,7
+82,7
@@
class Standby(Screen):
self.timeHandler.m_timeUpdated.get().append(self.stopService)
if self.session.pipshown:
- infoBarInstance and hasattr(infoBarInstance, "showPiP") and infoBarInstance.showPiP()
+ self.infoBarInstance and hasattr(self.infoBarInstance, "showPiP") and self.infoBarInstance.showPiP()
#set input to vcr scart
if SystemInfo["ScartSwitch"]: