aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/config.py
diff options
context:
space:
mode:
authorMladen Horvat <acidburn@opendreambox.org>2009-02-17 09:34:59 +0100
committerMladen Horvat <acidburn@opendreambox.org>2009-02-17 09:34:59 +0100
commit87077e86dcddc99e1883a814d6c4deea0f9a953c (patch)
treeb7f803d9c500894ed312bf0b0ee9326ce64ef914 /lib/python/Components/config.py
parentaaf19f7326eebbf125ec5b50d86bfac32e205ccb (diff)
parentdd76d3712ae3f422580c5462139302cfa2527dfd (diff)
downloadenigma2-87077e86dcddc99e1883a814d6c4deea0f9a953c.tar.gz
enigma2-87077e86dcddc99e1883a814d6c4deea0f9a953c.zip
Merge branch 'master' of git://git.opendreambox.org/git/enigma2
Diffstat (limited to 'lib/python/Components/config.py')
-rwxr-xr-xlib/python/Components/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index a813d3ca..a6d34152 100755
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -1385,7 +1385,7 @@ class ConfigLocations(ConfigElement):
# nothing.
class ConfigNothing(ConfigSelection):
def __init__(self):
- ConfigSelection.__init__(self, choices = [""])
+ ConfigSelection.__init__(self, choices = [("","")])
# until here, 'saved_value' always had to be a *string*.
# now, in ConfigSubsection, and only there, saved_value