diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-03 19:40:57 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-03 19:40:57 +0100 |
| commit | 18469e4dedcfe75e8128b489774f79fb790a23da (patch) | |
| tree | 23deb7ca13fe969e5966f2e3ca8951fc063fd0f2 /lib/python/Screens/InfoBar.py | |
| parent | f488e1db5b364c4df7135008a3b073a1d0ba06ca (diff) | |
| parent | 7560beb3e371704d798259ca1ea927bf4575306c (diff) | |
| download | enigma2-18469e4dedcfe75e8128b489774f79fb790a23da.tar.gz enigma2-18469e4dedcfe75e8128b489774f79fb790a23da.zip | |
Merge branch 'bug_236_recordpath' into experimental
Diffstat (limited to 'lib/python/Screens/InfoBar.py')
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 59cc21d3..a15c7ac1 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -212,7 +212,6 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \ return if answer in ("quit", "quitanddeleteconfirmed"): - config.movielist.last_videodir.cancel() self.close() elif answer == "movielist": ref = self.session.nav.getCurrentlyPlayingServiceReference() |
