From: littlesat Date: Thu, 2 Apr 2015 21:56:58 +0000 (+0200) Subject: ChannelSelection: Small improvement regarding history zap X-Git-Url: http://git.vuplus-community.net/?p=openblackhole%2Fopenblackhole-enigma2.git;a=commitdiff_plain;h=30076e3fccea6617c04369375e11a2902b45c76f ChannelSelection: Small improvement regarding history zap Thanks Dimitrij --- diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index cd79730..183bda0 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -2112,7 +2112,7 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelect if cur_root and cur_root != root: self.setRoot(root) if doZap: - self.session.nav.playService(ref) + self.session.nav.playService(ref, adjust=False) if self.dopipzap: self.setCurrentSelection(self.session.pip.getCurrentService()) else: