From 33ff21e8001266bd8d8f98e09540eef165790fca Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Thu, 10 Nov 2005 14:30:07 +0000 Subject: [PATCH] query ci-ui to get appName --- lib/python/Screens/Ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/Ci.py b/lib/python/Screens/Ci.py index 82361ae3..864a935a 100644 --- a/lib/python/Screens/Ci.py +++ b/lib/python/Screens/Ci.py @@ -183,7 +183,7 @@ class CiSelection(Screen): self.list.append( ("init module", 2) ) elif self.state == 2: #module ready #get appname - appname = "Dreamcrypt SuperCAM" + appname = eDVBCI_UI.getInstance().getAppName(0) self.list.append( (appname, 2) ) self["entries"] .list = self.list -- 2.30.2