ChannelSelection.py: small fix for bug #420
authorghost <andreas.monzner@multimedia-labs.de>
Wed, 27 Jan 2010 18:59:42 +0000 (19:59 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Wed, 27 Jan 2010 19:00:32 +0000 (20:00 +0100)
lib/python/Screens/ChannelSelection.py

index 8ac5386..eb03ee6 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():