aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Screens/Setup.py b/lib/python/Screens/Setup.py
index efd10e36..4fbcbc04 100644
--- a/lib/python/Screens/Setup.py
+++ b/lib/python/Screens/Setup.py
@@ -121,11 +121,14 @@ class Setup(Screen):
if ItemText != setup:
continue
self.addItems(list, x.childNodes);
+ myTitle = getValbyAttr(x, "title")
#check for list.entries > 0 else self.close
self["config"] = ConfigList(list)
+ self["title"] = Label(myTitle);
+
self["ok"] = Label("OK")
self["cancel"] = Label("Cancel")