From: Andreas Monzner Date: Sat, 3 Jun 2006 12:16:04 +0000 (+0000) Subject: do not put the same channel to history X-Git-Tag: 2.6.0~3359 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/1d927cd236d6e31e29f8b5049bc4ffb59a0245a5 do not put the same channel to history --- diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index b715ccc4..d4a52799 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -895,9 +895,9 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelect nref = self.getCurrentSelection() if ref is None or ref != nref: self.session.nav.playService(nref) - self.saveRoot() - self.saveChannel() - self.addToHistory(nref) + self.saveRoot() + self.saveChannel() + self.addToHistory(nref) def addToHistory(self, ref): if self.servicePath is not None: