ChannelSelection.py: another small fix for bug #420
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index eb03ee655493593720d58c23d407a9926d64143a..4ca6fa39996dd16b4e825da315a7e8a02d6dd6b1 100644 (file)
@@ -1467,7 +1467,7 @@ class ChannelSelectionRadio(ChannelSelectionBase, ChannelSelectionEdit, ChannelS
                        config.radio.lastroot.save()
 
        def restoreRoot(self):
                        config.radio.lastroot.save()
 
        def restoreRoot(self):
-               tmp = [x for x in self.lastroot.value.split(';') if x != '']
+               tmp = [x for x in config.radio.lastroot.value.split(';') if x != '']
                current = [x.toString() for x in self.servicePath]
                if tmp != current or self.rootChanged:
                        cnt = 0
                current = [x.toString() for x in self.servicePath]
                if tmp != current or self.rootChanged:
                        cnt = 0