projects
/
openblackhole
/
openblackhole-enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
207e7f3
)
ChannelSelection: Small improvement regarding history zap
author
littlesat
<littlesat99@yahoo.com>
Thu, 2 Apr 2015 21:56:58 +0000
(23:56 +0200)
committer
littlesat
<littlesat99@yahoo.com>
Thu, 2 Apr 2015 21:56:58 +0000
(23:56 +0200)
Thanks Dimitrij
lib/python/Screens/ChannelSelection.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/ChannelSelection.py
b/lib/python/Screens/ChannelSelection.py
index
cd79730
..
183bda0
100644
(file)
--- 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:
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:
if self.dopipzap:
self.setCurrentSelection(self.session.pip.getCurrentService())
else: