X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/67e8a7bf868725c2d6fec00675dc5320bbbeb6ff..2d0ef7747f575fc5202433c58c676deadeaafb7e:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 7f8f5072..5d098a37 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -334,3 +334,8 @@ class configElement: self.loadData() def save(self): configfile.setKey(self.configPath, self.datatoFile(self.controlType,self.value)) + +def getConfigListEntry(description, element): + b = element + item = b.controlType(b) + return ((description, item)) \ No newline at end of file