aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-24 08:47:46 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-24 08:47:46 +0000
commitb356016054ad071ce47cdc9028ea305019f270f4 (patch)
tree82000a6388e688e343ee5c565fd9625dbf456406 /lib/python/Plugins
parentb091da4dc002ef1b8c830dd7d307be349c414d7a (diff)
downloadenigma2-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.py2
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)