X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2Fconfig.py;h=e249caf4d3e80029a09d19c6f77066147c7a03f4;hb=5c89bb517efa4bbb6d0acd4094500b4d7521d997;hp=32e86272a0c8643ed272d0606264ccf2b5ec8800;hpb=8e25f5ffce455c81b4d795f6827a0dfb602d8178;p=vuplus_dvbapp diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 32e8627..e249caf 100755 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -1494,7 +1494,7 @@ class ConfigSubDict(dict, object): self.stored_values = dict(values) for (key, val) in self.items(): if str(key) in self.stored_values: - val = self.stored_values[str(key)] + val.saved_value = self.stored_values[str(key)] saved_value = property(getSavedValue, setSavedValue)