diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-10-04 10:23:07 +0200 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-10-06 11:18:53 +0200 |
| commit | 6f59909bea021e8eca6a60b6b76556b54d52fc49 (patch) | |
| tree | 4b6b08c76e9d13addc1a7c9be4ecafa79a83011d /lib/python/Screens/TimerEntry.py | |
| parent | ba4499aef953ae803c76171d4f966c06732dab2a (diff) | |
| download | enigma2-6f59909bea021e8eca6a60b6b76556b54d52fc49.tar.gz enigma2-6f59909bea021e8eca6a60b6b76556b54d52fc49.zip | |
permit also to record from service groups (services with associated alternative services)
Diffstat (limited to 'lib/python/Screens/TimerEntry.py')
| -rw-r--r-- | lib/python/Screens/TimerEntry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/TimerEntry.py b/lib/python/Screens/TimerEntry.py index 62faf9bf..9885e700 100644 --- a/lib/python/Screens/TimerEntry.py +++ b/lib/python/Screens/TimerEntry.py @@ -278,7 +278,7 @@ class TimerEntry(Screen, ConfigListScreen): self.keyGo() def keyGo(self, result = None): - if self.timerentry_service_ref.getType() != eServiceReference.idDVB or self.timerentry_service_ref.getPath() != "": + if not self.timerentry_service_ref.isRecordable(): self.session.openWithCallback(self.selectChannelSelector, MessageBox, _("You didn't select a channel to record from."), MessageBox.TYPE_ERROR) return self.timer.name = self.timerentry_name.value |
