diff options
| author | Mladen Horvat <acidburn@opendreambox.org> | 2009-02-17 09:34:59 +0100 |
|---|---|---|
| committer | Mladen Horvat <acidburn@opendreambox.org> | 2009-02-17 09:34:59 +0100 |
| commit | 87077e86dcddc99e1883a814d6c4deea0f9a953c (patch) | |
| tree | b7f803d9c500894ed312bf0b0ee9326ce64ef914 /lib/python/Components/config.py | |
| parent | aaf19f7326eebbf125ec5b50d86bfac32e205ccb (diff) | |
| parent | dd76d3712ae3f422580c5462139302cfa2527dfd (diff) | |
| download | enigma2-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-x | lib/python/Components/config.py | 2 |
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 |
