diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-16 18:24:48 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-16 18:24:48 +0100 |
| commit | fbaf2a5f2fa5236b09a4d14f059d99eace24f2d5 (patch) | |
| tree | 9ab8c70ba9e31d514de06127e62518eb334cb7a9 /lib/python/Components/config.py | |
| parent | a09a2c37fba28debfdb1803a1a38c113ed937a23 (diff) | |
| parent | 3b10e39dace3cda3669de0018bb591ecfadb5ca5 (diff) | |
| download | enigma2-fbaf2a5f2fa5236b09a4d14f059d99eace24f2d5.tar.gz enigma2-fbaf2a5f2fa5236b09a4d14f059d99eace24f2d5.zip | |
Merge branch 'master' of /home/tmbinc/enigma2-git
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 |
