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:
0d1f59e
)
remove InfoBarEvent initialization, which is gone now
author
Felix Domke
<tmbinc@elitedvb.net>
Wed, 16 Apr 2008 20:29:53 +0000
(20:29 +0000)
committer
Felix Domke
<tmbinc@elitedvb.net>
Wed, 16 Apr 2008 20:29:53 +0000
(20:29 +0000)
lib/python/Screens/ChannelSelection.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/ChannelSelection.py
b/lib/python/Screens/ChannelSelection.py
index 755d37fca0eb39e0f5be290537e7a88be95eaf24..06c5a219e5dea614cf204a31d61f67977e6d72d1 100644
(file)
--- a/
lib/python/Screens/ChannelSelection.py
+++ b/
lib/python/Screens/ChannelSelection.py
@@
-1320,7
+1320,6
@@
class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelect
class RadioInfoBar(Screen):
def __init__(self, session):
Screen.__init__(self, session)
class RadioInfoBar(Screen):
def __init__(self, session):
Screen.__init__(self, session)
- InfoBarEvent.__init__(self)
self["RdsDecoder"] = RdsDecoder(self.session.nav)
self["BlinkingPoint"] = Pixmap()
self["BlinkingPoint"].hide()
self["RdsDecoder"] = RdsDecoder(self.session.nav)
self["BlinkingPoint"] = Pixmap()
self["BlinkingPoint"].hide()