diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-22 16:08:21 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-22 16:08:21 +0100 |
| commit | 4e8904ef73e3ce5e275a1f5fbf369c4f9dab648e (patch) | |
| tree | ccb69c79af9e5624085f1db845e6223f81f1c69f /lib/python/Screens/InfoBar.py | |
| parent | f901175ad6e72c60f0916c6ba6edcbdad7dbf5ec (diff) | |
| parent | d2188eb11a8c7663e34b1ab3d343a9981e60da62 (diff) | |
| download | enigma2-4e8904ef73e3ce5e275a1f5fbf369c4f9dab648e.tar.gz enigma2-4e8904ef73e3ce5e275a1f5fbf369c4f9dab648e.zip | |
Merge branch 'bug_236_recordpath'
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() |
