X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/547e6b6655c861f30c61bab5178639d4a9c57e7e..02916ce89bca007f62951f0a130b0c2bc2e22027:/lib/python/Screens/Ci.py 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