aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-01-27 19:59:42 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-01-27 20:00:32 +0100
commit79b95a25d1fd0d555b393dd5b9bac83b60432df6 (patch)
tree3aba31d230cf0254338ee64a7c9250285472303b /lib/python
parent3341c3c1938696c2e4d67ed9a0282077986acf1f (diff)
downloadenigma2-79b95a25d1fd0d555b393dd5b9bac83b60432df6.tar.gz
enigma2-79b95a25d1fd0d555b393dd5b9bac83b60432df6.zip
ChannelSelection.py: small fix for bug #420
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index 8ac53867..eb03ee65 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -1181,6 +1181,7 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelect
self.servicelist.setPlayableIgnoreService(eServiceReference())
def setMode(self):
+ self.rootChanged = True
self.restoreRoot()
lastservice=eServiceReference(self.lastservice.value)
if lastservice.valid():