diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-01 02:37:17 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-01 02:37:17 +0000 |
| commit | dfbd5853de864053e8ac10d1269e8137f3cb5a34 (patch) | |
| tree | fed0bb4ccf77e8eb1e61c6adfe967f05543c5e50 /lib/python/Screens/EpgSelection.py | |
| parent | e9df68d0ed6ba7a8da987282f4bfae3824b8eb29 (diff) | |
| download | enigma2-dfbd5853de864053e8ac10d1269e8137f3cb5a34.tar.gz enigma2-dfbd5853de864053e8ac10d1269e8137f3cb5a34.zip | |
display clock png in single epg list for fitting timers (we have a problem with the event id matching for manual timers)
Diffstat (limited to 'lib/python/Screens/EpgSelection.py')
| -rw-r--r-- | lib/python/Screens/EpgSelection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py index 378e0d89..bf841fa4 100644 --- a/lib/python/Screens/EpgSelection.py +++ b/lib/python/Screens/EpgSelection.py @@ -46,7 +46,7 @@ class EPGSelection(Screen): self.zapFunc = zapFunc self["key_green"] = Button(_("Add timer")) - self["list"] = EPGList(self.type, self.onSelectionChanged) + self["list"] = EPGList(type = self.type, selChangedCB = self.onSelectionChanged, timer = self.session.nav.RecordTimer) class ChannelActionMap(ActionMap): def action(self, contexts, action): |
