aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/UsageConfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/UsageConfig.py')
-rw-r--r--lib/python/Components/UsageConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py
index 21e057f2..26138f20 100644
--- a/lib/python/Components/UsageConfig.py
+++ b/lib/python/Components/UsageConfig.py
@@ -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: