more robust code
authorghost <andreas.monzner@multimedia-labs.de>
Mon, 8 Nov 2010 15:31:30 +0000 (16:31 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Mon, 8 Nov 2010 15:31:30 +0000 (16:31 +0100)
lib/python/Screens/ScanSetup.py

index 6c142c51fa9059f62878f4734b0e59aa2de19731..ceaaf4bb4b973e4b294cc5c7e18c82dc039ad059 100644 (file)
@@ -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()