parsing for /etc/timezone.xml added
[enigma2.git] / lib / python / Screens / Ci.py
index 82361ae32a19708997ba7329b5cbbeb6c157d2f0..fe34f4aaf69967ca9b4febef45edde79091c4681 100644 (file)
@@ -10,7 +10,6 @@ from Components.HTMLComponent import *
 from Components.GUIComponent import *
 from Components.config import *
 
-#from enigma import eListbox, eListboxPythonConfigContent
 from enigma import *
 
 #use this class to synchronize all ci to/from user communications
@@ -45,6 +44,7 @@ class CiWait(Screen):
                if query == 0:                                                                  #reset
                        self.Timer.start(1000)                          #block 1 second
                        print "reset"
+                       eDVBCI_UI.getInstance().setReset(0)
                if query == 1:                                                                  #init
                        self.Timer.start(1000)                          #block 1 second
                        print "init"
@@ -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