git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b381309
)
InfoBarGenerics.py: rename timer to fix automatic infobar hide after channel change
author
ghost
<andreas.monzner@multimedia-labs.de>
Thu, 31 Dec 2009 08:55:18 +0000
(09:55 +0100)
committer
thedoc
<thedoc@atom.(none)>
Fri, 1 Jan 2010 14:25:47 +0000
(15:25 +0100)
lib/python/Screens/InfoBarGenerics.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/InfoBarGenerics.py
b/lib/python/Screens/InfoBarGenerics.py
index a08621c89ae2074eace4b6ddac223273814b4390..6dd80533d06d55fd32d399e87d8963e49d8b7218 100644
(file)
--- a/
lib/python/Screens/InfoBarGenerics.py
+++ b/
lib/python/Screens/InfoBarGenerics.py
@@
-51,8
+51,8
@@
class InfoBarDish:
class InfoBarUnhandledKey:
def __init__(self):
self.unhandledKeyDialog = self.session.instantiateDialog(UnhandledKey)
class InfoBarUnhandledKey:
def __init__(self):
self.unhandledKeyDialog = self.session.instantiateDialog(UnhandledKey)
- self.hideTimer = eTimer()
- self.hideTimer.callback.append(self.unhandledKeyDialog.hide)
+ self.hide
UnhandledKeySymbol
Timer = eTimer()
+ self.hide
UnhandledKeySymbol
Timer.callback.append(self.unhandledKeyDialog.hide)
self.checkUnusedTimer = eTimer()
self.checkUnusedTimer.callback.append(self.checkUnused)
self.onLayoutFinish.append(self.unhandledKeyDialog.hide)
self.checkUnusedTimer = eTimer()
self.checkUnusedTimer.callback.append(self.checkUnused)
self.onLayoutFinish.append(self.unhandledKeyDialog.hide)
@@
-79,7
+79,7
@@
class InfoBarUnhandledKey:
def checkUnused(self):
if self.flags == self.uflags:
self.unhandledKeyDialog.show()
def checkUnused(self):
if self.flags == self.uflags:
self.unhandledKeyDialog.show()
- self.hideTimer.start(2000, True)
+ self.hide
UnhandledKeySymbol
Timer.start(2000, True)
class InfoBarShowHide:
""" InfoBar show/hide control, accepts toggleShow and hide actions, might start
class InfoBarShowHide:
""" InfoBar show/hide control, accepts toggleShow and hide actions, might start