ChannelSelection.py: another small fix for bug #420
authorghost <andreas.monzner@multimedia-labs.de>
Wed, 27 Jan 2010 22:30:01 +0000 (23:30 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Wed, 27 Jan 2010 22:30:18 +0000 (23:30 +0100)
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):
-               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