X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/554e450207f364dba6ff44cabed008427dc44440..ad18693bb398fd6aef82b0d99a6cbc87cff51858:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index a28c40ca..dfd5d597 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -106,7 +106,7 @@ class configDateTime: if key == config.key["nextElement"]: self.parent.value = self.parent.value + self.parent.vals[1] - self.checkValues() + self.checkValues() self.parent.change()