diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-06-26 18:31:21 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-06-26 18:31:21 +0000 |
| commit | 04f4636324ab06c5a3a4f618100048e159eaf6f9 (patch) | |
| tree | b85959ac76c72b4285d59cf0584d044a4acfccea /lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py | |
| parent | 30bb1861965ffd54afc9eb8d028d662221c1763f (diff) | |
| download | enigma2-04f4636324ab06c5a3a4f618100048e159eaf6f9.tar.gz enigma2-04f4636324ab06c5a3a4f618100048e159eaf6f9.zip | |
add possibility to choose record location on timer creation and choose
record location in movieplayer (only in expert user level)
Diffstat (limited to 'lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py index 18247bbb..036cb7a6 100644 --- a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py +++ b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py @@ -498,7 +498,7 @@ class GraphMultiEPG(Screen): serviceref = cur[1] if event is None: return - newEntry = RecordTimerEntry(serviceref, checkOldTimers = True, *parseEvent(event)) + newEntry = RecordTimerEntry(serviceref, checkOldTimers = True, dirname = config.movielist.last_timer_videodir.value, *parseEvent(event)) self.session.openWithCallback(self.timerEditFinished, TimerEntry, newEntry) def timerEditFinished(self, answer): |
