diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Ci.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
