aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-08 16:31:36 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-08 16:31:36 +0100
commitee8b6bf0e14444534472d1620d8881eb8d78df47 (patch)
treeb0086ddf062182b8cd6390379eaf91cba5d40ab6 /lib/python
parent980a45dbd865b13c744ec93e0b6c307950283098 (diff)
parentee3d11136fecd16e62fae077a49f41381fa4e358 (diff)
downloadenigma2-ee8b6bf0e14444534472d1620d8881eb8d78df47.tar.gz
enigma2-ee8b6bf0e14444534472d1620d8881eb8d78df47.zip
Merge branch 'master' into 3.0
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ScanSetup.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py
index 6c142c51..ceaaf4bb 100644
--- a/lib/python/Screens/ScanSetup.py
+++ b/lib/python/Screens/ScanSetup.py
@@ -161,13 +161,13 @@ class CableTransponderSearchSupport:
parm.modulation = qam[data[4]]
parm.inversion = inv[data[5]]
self.__tlist.append(parm)
- tmpstr = _("Try to find used Transponders in cable network.. please wait...")
- tmpstr += "\n\n"
- tmpstr += data[1]
- tmpstr += " kHz "
- tmpstr += data[0]
- self.cable_search_session["text"].setText(tmpstr)
-
+ tmpstr = _("Try to find used Transponders in cable network.. please wait...")
+ tmpstr += "\n\n"
+ tmpstr += data[1]
+ tmpstr += " kHz "
+ tmpstr += data[0]
+ self.cable_search_session["text"].setText(tmpstr)
+
def setTimeout(self):
try:
self.oldtimeoutvalue = open("/sys/module/dvb_core/parameters/dvb_shutdown_timeout", "r").readline()