aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-29 03:15:38 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-29 03:15:38 +0000
commitb9ae0da9cfa8219ea7228cb99a3f1fe55444506b (patch)
tree5568aec6df7537429a51d679e327fa0643621619 /lib/python
parenta56c1726adef67d68f66ea3e27e2fa7d4bf0978d (diff)
downloadenigma2-b9ae0da9cfa8219ea7228cb99a3f1fe55444506b.tar.gz
enigma2-b9ae0da9cfa8219ea7228cb99a3f1fe55444506b.zip
restore last channel
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index 9f90d1b2..b69c8b37 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -314,6 +314,8 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit):
if config.tv.lastroot.value == "":
self.servicelist.setRoot(eServiceReference("""1:0:1:0:0:0:0:0:0:0:(type == 1)"""))
+ self.session.nav.playService(eServiceReference(config.tv.lastservice.value))
+
class ChannelActionMap(NumberActionMap):
def action(self, contexts, action):
if not self.csel.enterBouquet(action):