From 07a7a25ff5c6cc25e9ab4cf1ef5b3d6cd9c8e0b3 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Thu, 29 Sep 2005 00:48:56 +0000 Subject: [PATCH] add title --- lib/python/Screens/Setup.py | 3 +++ 1 file changed, 3 insertions(+) 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") -- 2.30.2