diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-04-16 20:29:53 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-04-16 20:29:53 +0000 |
| commit | e766d2a2f39bed2ace5d0f29ade97896483e7050 (patch) | |
| tree | 58e50fb45945e66fb0d76b35413e906a22c6ddcc /lib/python/Screens | |
| parent | 0d1f59e4a4c6b096b18cac11876066e3384c4b3a (diff) | |
| download | enigma2-e766d2a2f39bed2ace5d0f29ade97896483e7050.tar.gz enigma2-e766d2a2f39bed2ace5d0f29ade97896483e7050.zip | |
remove InfoBarEvent initialization, which is gone now
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 755d37fc..06c5a219 100644 --- 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) - InfoBarEvent.__init__(self) self["RdsDecoder"] = RdsDecoder(self.session.nav) self["BlinkingPoint"] = Pixmap() self["BlinkingPoint"].hide() |
