diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-24 08:47:46 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-24 08:47:46 +0000 |
| commit | b356016054ad071ce47cdc9028ea305019f270f4 (patch) | |
| tree | 82000a6388e688e343ee5c565fd9625dbf456406 /lib/python/Plugins | |
| parent | b091da4dc002ef1b8c830dd7d307be349c414d7a (diff) | |
| download | enigma2-b356016054ad071ce47cdc9028ea305019f270f4.tar.gz enigma2-b356016054ad071ce47cdc9028ea305019f270f4.zip | |
re-add SeekBackward workaround ... but dont use it for the dvd player
Diffstat (limited to 'lib/python/Plugins')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py index 45c5ddee..2169cc8c 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py @@ -228,7 +228,7 @@ class DVDPlayer(Screen, InfoBarBase, InfoBarNotifications, InfoBarSeek, InfoBarP HelpableScreen.__init__(self) self.save_infobar_seek_config() self.change_infobar_seek_config() - InfoBarSeek.__init__(self) + InfoBarSeek.__init__(self, useSeekBackHack=False) InfoBarPVRState.__init__(self) self.dvdScreen = self.session.instantiateDialog(DVDOverlay) |
