add reset-call to dvbci_ui
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Mon, 14 Nov 2005 22:48:58 +0000 (22:48 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Mon, 14 Nov 2005 22:48:58 +0000 (22:48 +0000)
lib/python/Screens/Ci.py

index 864a935ace168b1eccbbe9dfae2caf6678d46af7..fe34f4aaf69967ca9b4febef45edde79091c4681 100644 (file)
@@ -10,7 +10,6 @@ from Components.HTMLComponent import *
 from Components.GUIComponent import *
 from Components.config 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
 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"
                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"
                if query == 1:                                                                  #init
                        self.Timer.start(1000)                          #block 1 second
                        print "init"