ChannelSelection.py: small fix for bug #420
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index 8ac5386720c3626493aa4b42d04f95d21c37b364..eb03ee655493593720d58c23d407a9926d64143a 100644 (file)
@@ -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():