From: ghost Date: Wed, 27 Jan 2010 18:59:42 +0000 (+0100) Subject: ChannelSelection.py: small fix for bug #420 X-Git-Tag: 2.8.0~72 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/79b95a25d1fd0d555b393dd5b9bac83b60432df6?ds=sidebyside ChannelSelection.py: small fix for bug #420 --- 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():