Merge branch 'master' of git.opendreambox.org:/git/enigma2
[enigma2.git] / lib / python / Components / UsageConfig.py
index 21e057f27b980054e08f5374f1912a40f2c64824..26138f200a72c21c8f8f56f8fcd73cbfdce9e654 100644 (file)
@@ -118,7 +118,7 @@ def updateChoices(sel, choices):
                defval = None
                val = int(sel.value)
                if not val in choices:
-                       tmp = choices+[]
+                       tmp = choices[:]
                        tmp.reverse()
                        for x in tmp:
                                if x < val: