query ci-ui to get appName
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Thu, 10 Nov 2005 14:30:07 +0000 (14:30 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Thu, 10 Nov 2005 14:30:07 +0000 (14:30 +0000)
lib/python/Screens/Ci.py

index 82361ae32a19708997ba7329b5cbbeb6c157d2f0..864a935ace168b1eccbbe9dfae2caf6678d46af7 100644 (file)
@@ -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