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:
b984135
)
Also correct the channelnumber on OSD with numberzap
author
Littlesat
<littlesat99@yahoo.com>
Thu, 24 Oct 2013 06:00:33 +0000
(08:00 +0200)
committer
Littlesat
<littlesat99@yahoo.com>
Thu, 24 Oct 2013 06:00:33 +0000
(08:00 +0200)
As you can change to the first userbouquet with blue this channel number
can also change
lib/python/Screens/InfoBarGenerics.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/InfoBarGenerics.py
b/lib/python/Screens/InfoBarGenerics.py
index
b526747
..
2e1befb
100644
(file)
--- a/
lib/python/Screens/InfoBarGenerics.py
+++ b/
lib/python/Screens/InfoBarGenerics.py
@@
-495,6
+495,7
@@
class InfoBarNumberZap:
self.servicelist.enterPath(bouquet)
self.servicelist.setCurrentSelection(service) #select the service in servicelist
self.servicelist.zap(enable_pipzap = True)
+ self.servicelist.correctChannelNumber()
self.servicelist.startRoot = None
def zapToNumber(self, number):